| Package | Description |
|---|---|
| org.jboss.remoting3.remote |
| Modifier and Type | Field and Description |
|---|---|
(package private) IntIndexHashMap.Table<V> |
IntIndexHashMap.Table.resizeView |
private IntIndexHashMap.Table<V> |
IntIndexHashMap.table |
private IntIndexHashMap.Table<V> |
IntIndexHashMap.RowIterator.table |
private IntIndexHashMap.Table<V> |
IntIndexHashMap.EntryIterator.table |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<IntIndexHashMap.Table> |
IntIndexHashMap.sizeUpdater |
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<IntIndexHashMap,IntIndexHashMap.Table> |
IntIndexHashMap.tableUpdater |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Iterator<V> |
IntIndexHashMap.createRowIterator(IntIndexHashMap.Table<V> table,
int rowIdx) |
private V |
IntIndexHashMap.doGet(IntIndexHashMap.Table<V> table,
int key) |
private V |
IntIndexHashMap.doPut(V value,
boolean ifAbsent,
IntIndexHashMap.Table<V> table) |
private V |
IntIndexHashMap.doRemove(int key,
IntIndexHashMap.Table<V> table) |
private boolean |
IntIndexHashMap.doRemove(V item,
IntIndexHashMap.Table<V> table) |
private V |
IntIndexHashMap.doReplace(V value,
IntIndexHashMap.Table<V> table) |
private boolean |
IntIndexHashMap.doReplace(V oldValue,
V newValue,
IntIndexHashMap.Table<V> table) |
private void |
IntIndexHashMap.resize(IntIndexHashMap.Table<V> origTable) |
| Constructor and Description |
|---|
RowIterator(IntIndexHashMap.Table<V> table,
V[] row) |