Package oracle.spatial.network.nfe.util
Class LongHashTable.LongEntry<V>
- java.lang.Object
-
- oracle.spatial.network.nfe.util.LongHashTable.LongEntry<V>
-
- All Implemented Interfaces:
java.util.Map.Entry<java.lang.Long,V>
- Enclosing class:
- LongHashTable<V>
protected class LongHashTable.LongEntry<V> extends java.lang.Object implements java.util.Map.Entry<java.lang.Long,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LongEntry(long key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getKey()
V
getValue()
V
setValue(V value)
-
-
-
Method Detail
-
setValue
public V setValue(V value)
- Specified by:
setValue
in interfacejava.util.Map.Entry<java.lang.Long,V>
-
getValue
public V getValue()
- Specified by:
getValue
in interfacejava.util.Map.Entry<java.lang.Long,V>
-
getKey
public java.lang.Long getKey()
- Specified by:
getKey
in interfacejava.util.Map.Entry<java.lang.Long,V>
-
-