Uses of Class
org.jboss.marshalling.reflect.UnlockedHashMap.Table
-
Packages that use UnlockedHashMap.Table Package Description org.jboss.marshalling.reflect 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.Table Modifier and Type Field Description (package private) UnlockedHashMap.Table<K,V>UnlockedHashMap.Table. resizeViewprivate UnlockedHashMap.Table<K,V>UnlockedHashMap.EntryIterator. tableprivate UnlockedHashMap.Table<K,V>UnlockedHashMap.KeyIterator. tableprivate UnlockedHashMap.Table<K,V>UnlockedHashMap.RowIterator. tableprivate UnlockedHashMap.Table<K,V>UnlockedHashMap. tableprivate UnlockedHashMap.Table<K,V>UnlockedHashMap.ValueIterator. tableFields in org.jboss.marshalling.reflect with type parameters of type UnlockedHashMap.Table Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<UnlockedHashMap.Table>UnlockedHashMap. sizeUpdaterprivate static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<UnlockedHashMap,UnlockedHashMap.Table>UnlockedHashMap. tableUpdaterMethods in org.jboss.marshalling.reflect with parameters of type UnlockedHashMap.Table Modifier and Type Method Description private UnlockedHashMap.TableIteratorUnlockedHashMap. createRowIterator(UnlockedHashMap.Table<K,V> table, int rowIdx)private VUnlockedHashMap. doGet(UnlockedHashMap.Table<K,V> table, K key)private VUnlockedHashMap. doPut(K key, V value, boolean ifAbsent, UnlockedHashMap.Table<K,V> table)private VUnlockedHashMap. doRemove(K key, UnlockedHashMap.Table<K,V> table)private booleanUnlockedHashMap. doRemove(K key, V value, UnlockedHashMap.Table<K,V> table)private booleanUnlockedHashMap. doRemove(UnlockedHashMap.Item<K,V> item, UnlockedHashMap.Table<K,V> table)private VUnlockedHashMap. doReplace(K key, V value, UnlockedHashMap.Table<K,V> table)private booleanUnlockedHashMap. doReplace(K key, V oldValue, V newValue, UnlockedHashMap.Table<K,V> table)private voidUnlockedHashMap. resize(UnlockedHashMap.Table<K,V> origTable)Constructors in org.jboss.marshalling.reflect with parameters of type UnlockedHashMap.Table Constructor Description RowIterator(UnlockedHashMap.Table<K,V> table, UnlockedHashMap.Item<K,V>[] row)
-