Class UnlockedHashMap.Table<K,V>

java.lang.Object
java.util.concurrent.atomic.AtomicReferenceArray<UnlockedHashMap.Item<K,V>[]>
org.jboss.marshalling.reflect.UnlockedHashMap.Table<K,V>
All Implemented Interfaces:
Serializable
Enclosing class:
UnlockedHashMap<K,V>

static final class UnlockedHashMap.Table<K,V> extends AtomicReferenceArray<UnlockedHashMap.Item<K,V>[]>
  • Field Details

    • threshold

      final int threshold
    • size

      volatile int size
      Bits 0-30 are size; bit 31 is 1 if the table is being resized.
    • resizeView

      volatile UnlockedHashMap.Table<K,V> resizeView
  • Constructor Details

    • Table

      private Table(int capacity, float loadFactor)