JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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 Details
getKey
K
getKey
()
getValue
V
getValue
()