Class ConcurrentChainedInt2LongHashTable.TableEntry

java.lang.Object
ca.spottedleaf.concurrentutil.map.concurrent.ints.ConcurrentChainedInt2LongHashTable.TableEntry
Enclosing class:
ConcurrentChainedInt2LongHashTable

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

    • TableEntry

      protected TableEntry(int key, long value)
  • Method Details

    • getKey

      public int getKey()
    • getValue

      public long getValue()