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) | 
| void | clear() | 
| K | get(int idIn) | 
| int | getId(K p_186815_1_) | 
| java.util.Iterator<K> | iterator() | 
| void | put(K objectIn,
   int intKey) | 
| int | size() | 
public int getId(@Nullable
                 K p_186815_1_)
@Nullable 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()