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