public class IntIdentityHashBiMap<K> extends java.lang.Object implements IObjectIntIterable<K>
コンストラクタと説明 |
---|
IntIdentityHashBiMap(int initialCapacity) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
add(K objectIn)
Adds the given object while expanding this map
|
void |
clear() |
K |
getByValue(int value) |
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(@Nullable K p_186815_1_)
@Nullable public K getByValue(int value)
getByValue
インタフェース内 IObjectIntIterable<K>
public int add(K objectIn)
public void put(K objectIn, int intKey)
public void clear()
public int size()