T - the keyType of elements maintained by this Collectionpublic static interface Object2LongMap.Entry<T>
extends java.util.Map.Entry<T,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue()
Type Specific getValue method that reduces boxing/unboxing
|
default java.lang.Long |
getValue() |
long |
setValue(long value)
Type Specific setValue method that reduces boxing/unboxing
|
default java.lang.Long |
setValue(java.lang.Long value) |
long getLongValue()
long setValue(long value)
value - the new Value that should be placed in the given entryjava.lang.UnsupportedOperationException - if the Entry is immutable or not supporteddefault java.lang.Long getValue()
getValue in interface java.util.Map.Entry<T,java.lang.Long>default java.lang.Long setValue(java.lang.Long value)
setValue in interface java.util.Map.Entry<T,java.lang.Long>