JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
tools.devnull.trugger.util.registry
Interface Registry.Entry<K,V>
Type Parameters:
K
- The key type.
V
- The registry type.
All Known Implementing Classes:
RegistryEntry
Enclosing interface:
Registry
<
K
,
V
>
public static interface
Registry.Entry<K,V>
Interface that represents a registry entry.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
K
key
()
V
value
()
Method Detail
key
K
key()
Returns:
the key.
value
V
value()
Returns:
the value associated with the key.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method