JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Module
org.hsqldb
Package
org.hsqldb.lib
Interface Map.Entry<K,V>
All Known Implementing Classes:
MapEntry
Enclosing interface:
Map
<
K
,
V
>
public static interface
Map.Entry<K,V>
Interface for a key - value pair.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
getKey
()
V
getValue
()
Method Detail
getKey
K
getKey()
getValue
V
getValue()