JavaScript is disabled on your browser.
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
net.datastructures
Interface Entry<K,V>
All Known Implementing Classes:
AbstractMap.MapEntry
,
AbstractPriorityQueue.PQEntry
,
HeapAdaptablePriorityQueue.AdaptablePQEntry
public interface
Entry<K,V>
Interface for a key-value pair.
Method Summary
Methods
Modifier and Type
Method and Description
K
getKey
()
Returns the key stored in this entry.
V
getValue
()
Returns the value stored in this entry.
Method Detail
getKey
K
getKey()
Returns the key stored in this entry.
Returns:
the entry's key
getValue
V
getValue()
Returns the value stored in this entry.
Returns:
the entry's value
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