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