Class ConcurrentLong2LongChainedHashTable.TableEntry

java.lang.Object
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.TableEntry
Enclosing class:
ConcurrentLong2LongChainedHashTable

public static final class ConcurrentLong2LongChainedHashTable.TableEntry extends Object
  • Constructor Details

    • TableEntry

      public TableEntry(long key, long value)
  • Method Details

    • getKey

      public long getKey()
    • getValue

      public long getValue()