public class Int2ObjectBiMap<T> extends Object
| Constructor and Description |
|---|
Int2ObjectBiMap() |
Int2ObjectBiMap(int initialCapacity) |
Int2ObjectBiMap(int initialCapacity,
float loadFactor) |
Int2ObjectBiMap(int initialCapacity,
float loadFactor,
int noEntryKey) |
Int2ObjectBiMap(int initialCapacity,
float loadFactor,
int noEntryKey,
T noEntryValue) |
Int2ObjectBiMap(T noEntryValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(int key) |
boolean |
containsValue(T value) |
boolean |
equals(Object o) |
void |
forEach(ObjIntConsumer<T> consumer) |
T |
get(int key) |
int |
get(T value) |
int |
hashCode() |
void |
put(int key,
T value) |
boolean |
remove(int key) |
boolean |
remove(T t) |
String |
toString() |
public Int2ObjectBiMap()
public Int2ObjectBiMap(int initialCapacity)
public Int2ObjectBiMap(T noEntryValue)
public Int2ObjectBiMap(int initialCapacity,
float loadFactor)
public Int2ObjectBiMap(int initialCapacity,
float loadFactor,
int noEntryKey)
public Int2ObjectBiMap(int initialCapacity,
float loadFactor,
int noEntryKey,
T noEntryValue)
public T get(int key)
public int get(T value)
public void put(int key,
T value)
public boolean containsKey(int key)
public boolean containsValue(T value)
public boolean remove(int key)
public boolean remove(T t)
public void forEach(ObjIntConsumer<T> consumer)
Copyright © 2018–2022 CloudburstMC. All rights reserved.