Interface IBmLongMap.IEntry<V>
-
- Enclosing interface:
- IBmLongMap<V>
public static interface IBmLongMap.IEntry<V>
Map entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getKey()
Gets the key of this entry.V
getValue()
Gets the value of this entry.
-
-
-
Method Detail
-
getKey
long getKey()
Gets the key of this entry.- Returns:
- the key.
-
getValue
V getValue()
Gets the value of this entry.- Returns:
- the value.
-
-