public class ClosedHashOfObjects extends Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
hash |
protected Object[] |
objects |
protected int |
objectsStored |
Modifier | Constructor and Description |
---|---|
protected |
ClosedHashOfObjects() |
Modifier and Type | Method and Description |
---|---|
protected int |
contains(Object o) |
protected boolean |
equal(Object o1,
Object o2) |
protected int |
getHashCode(Object o) |
protected int |
put(Object o) |
protected int[] hash
protected Object[] objects
protected int objectsStored