Uses of Class
org.jboss.marshalling.reflect.UnlockedHashMap.Table
Packages that use UnlockedHashMap.Table
Package
Description
Reflection utilities for marshalling users and implementations.
-
Uses of UnlockedHashMap.Table in org.jboss.marshalling.reflect
Fields in org.jboss.marshalling.reflect declared as UnlockedHashMap.TableModifier and TypeFieldDescription(package private) UnlockedHashMap.Table<K, V> UnlockedHashMap.Table.resizeViewprivate final UnlockedHashMap.Table<K, V> UnlockedHashMap.EntryIterator.tableprivate final UnlockedHashMap.Table<K, V> UnlockedHashMap.KeyIterator.tableprivate final UnlockedHashMap.Table<K, V> UnlockedHashMap.RowIterator.tableprivate UnlockedHashMap.Table<K, V> UnlockedHashMap.tableprivate final UnlockedHashMap.Table<K, V> UnlockedHashMap.ValueIterator.tableFields in org.jboss.marshalling.reflect with type parameters of type UnlockedHashMap.TableModifier and TypeFieldDescriptionprivate static final AtomicIntegerFieldUpdater<UnlockedHashMap.Table> UnlockedHashMap.sizeUpdaterprivate static final AtomicReferenceFieldUpdater<UnlockedHashMap, UnlockedHashMap.Table> UnlockedHashMap.tableUpdaterMethods in org.jboss.marshalling.reflect with parameters of type UnlockedHashMap.TableModifier and TypeMethodDescriptionprivate UnlockedHashMap<K,V>.TableIterator UnlockedHashMap.createRowIterator(UnlockedHashMap.Table<K, V> table, int rowIdx) private VUnlockedHashMap.doGet(UnlockedHashMap.Table<K, V> table, K key) private Vprivate VUnlockedHashMap.doRemove(K key, UnlockedHashMap.Table<K, V> table) private booleanprivate booleanUnlockedHashMap.doRemove(UnlockedHashMap.Item<K, V> item, UnlockedHashMap.Table<K, V> table) private Vprivate booleanprivate voidUnlockedHashMap.resize(UnlockedHashMap.Table<K, V> origTable) Constructors in org.jboss.marshalling.reflect with parameters of type UnlockedHashMap.TableModifierConstructorDescription(package private)RowIterator(UnlockedHashMap.Table<K, V> table, UnlockedHashMap.Item<K, V>[] row)