Uses of Class
org.jboss.marshalling.reflect.UnlockedHashMap.TableIterator
Packages that use UnlockedHashMap.TableIterator
Package
Description
Reflection utilities for marshalling users and implementations.
-
Uses of UnlockedHashMap.TableIterator in org.jboss.marshalling.reflect
Subclasses of UnlockedHashMap.TableIterator in org.jboss.marshalling.reflectModifier and TypeClassDescription(package private) final class
(package private) final class
Fields in org.jboss.marshalling.reflect declared as UnlockedHashMap.TableIteratorModifier and TypeFieldDescriptionprivate final UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.BranchIterator.branch0
private final UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.BranchIterator.branch1
private UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.EntryIterator.removeIterator
private UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.KeyIterator.removeIterator
private UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.ValueIterator.removeIterator
private UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.EntryIterator.tableIterator
private UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.KeyIterator.tableIterator
private UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.ValueIterator.tableIterator
Methods in org.jboss.marshalling.reflect that return UnlockedHashMap.TableIteratorModifier and TypeMethodDescriptionprivate UnlockedHashMap<K,
V>.TableIterator UnlockedHashMap.createRowIterator
(UnlockedHashMap.Table<K, V> table, int rowIdx) Constructors in org.jboss.marshalling.reflect with parameters of type UnlockedHashMap.TableIteratorModifierConstructorDescription(package private)
BranchIterator
(UnlockedHashMap<K, V>.TableIterator branch0, UnlockedHashMap<K, V>.TableIterator branch1)