public class IntIdentityHashBiMap<K> extends java.lang.Object implements IObjectIntIterable<K>
Constructor and Description |
---|
IntIdentityHashBiMap(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
int |
add(K objectIn)
Adds the given object while expanding this map
|
void |
clear() |
K |
get(int idIn) |
int |
getId(K p_186815_1_) |
java.util.Iterator<K> |
iterator() |
void |
put(K objectIn,
int intKey)
Puts the provided object value with the integer key.
|
int |
size() |
public int getId(K p_186815_1_)
public K get(int idIn)
public int add(K objectIn)
public void put(K objectIn, int intKey)
public java.util.Iterator<K> iterator()
iterator
in interface java.lang.Iterable<K>
public void clear()
public int size()