JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
org.hsqldb
org.hsqldb.lib
Map
Entry
Contents
Description
Method Summary
Method Details
getKey()
getValue()
Hide sidebar
Show sidebar
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.
Since:
2.6.0
Author:
Fred Toussi (fredt@users dot sourceforge.net)
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
()