Class ConcurrentChainedReference2LongHashTable.TableEntry<K>

java.lang.Object
ca.spottedleaf.concurrentutil.map.concurrent.objects.ConcurrentChainedReference2LongHashTable.TableEntry<K>
Enclosing class:
ConcurrentChainedReference2LongHashTable<K>

public static final class ConcurrentChainedReference2LongHashTable.TableEntry<K> extends Object
  • Constructor Details

    • TableEntry

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

    • getKey

      public K getKey()
    • getValue

      public long getValue()