Class ConcurrentChainedInt2IntHashTable.TableEntry

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

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

    • TableEntry

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

    • getKey

      public int getKey()
    • getValue

      public int getValue()