Class ConcurrentChainedLong2ReferenceHashTable.TableEntry<V>

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

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

    • TableEntry

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

    • getKey

      public long getKey()
    • getValue

      public V getValue()