Class ConcurrentChainedLong2LongHashTable.TableEntry
java.lang.Object
ca.spottedleaf.concurrentutil.map.concurrent.longs.ConcurrentChainedLong2LongHashTable.TableEntry
- Enclosing class:
ConcurrentChainedLong2LongHashTable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableEntry
protected TableEntry(long key, long value)
-
-
Method Details
-
getKey
public long getKey() -
getValue
public long getValue()
-