Class ConcurrentChainedInt2ReferenceHashTable.TableEntry<V>

java.lang.Object
ca.spottedleaf.concurrentutil.map.concurrent.ints.ConcurrentChainedInt2ReferenceHashTable.TableEntry<V>
Enclosing class:
ConcurrentChainedInt2ReferenceHashTable<V>

public static final class ConcurrentChainedInt2ReferenceHashTable.TableEntry<V> extends Object
  • Constructor Details

    • TableEntry

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

    • getKey

      public int getKey()
    • getValue

      public V getValue()