public class HashedRefs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
HashedRefsEntry[] |
table
The hash table data.
|
| Constructor and Description |
|---|
HashedRefs() |
HashedRefs(int initialCapacity) |
HashedRefs(int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.Object obj,
int iref) |
void |
clear() |
boolean |
del(java.lang.Object obj) |
protected void |
rehash() |
int |
size() |
public transient HashedRefsEntry[] table