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