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