JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Interface Dictionary.Entry<K,V>
Type Parameters:
K
- The key type.
V
- The value type.
Enclosing interface:
Dictionary
<
K
,
V
>
public static interface
Dictionary.Entry<K,V>
A simple interface for key-value pairs.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
K
key
()
V
value
()
Method Detail
key
K
key()
value
V
value()
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method