Class ConcurrentChainedObject2ObjectHashTable.TableEntry<K,V>

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

public static final class ConcurrentChainedObject2ObjectHashTable.TableEntry<K,V> extends Object
  • Constructor Details

    • TableEntry

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

    • getKey

      public K getKey()
    • getValue

      public V getValue()