JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
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:
HashTableMap.HashEntry
public interface
Entry<K,V>
Interface for a key-value pair entry
Method Summary
All Methods
Instance Methods
Abstract 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.
getValue
V
getValue()
Returns the value stored in this entry.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method