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