public class ObjectIntIdentityMap extends java.lang.Object implements IObjectIntIterable
Modifier and Type | Field and Description |
---|---|
protected java.util.IdentityHashMap |
identityMap |
protected java.util.List |
objectList |
Constructor and Description |
---|
ObjectIntIdentityMap() |
Modifier and Type | Method and Description |
---|---|
int |
get(java.lang.Object key) |
java.lang.Object |
getByValue(int value) |
java.util.Iterator |
iterator() |
void |
put(java.lang.Object key,
int value) |