Interface IBmLongMap.IEntry<V>
- Enclosing interface:
- IBmLongMap<V>
public static interface IBmLongMap.IEntry<V>
Map entry.
-
Method Summary
-
Method Details
-
getKey
long getKey()Gets the key of this entry.- Returns:
- the key.
-
getValue
V getValue()Gets the value of this entry.- Returns:
- the value.
-