static <V> IntObjectHashMap<V> |
IntObjectHashMap.newMap() |
static <V> IntObjectHashMap<V> |
IntObjectHashMap.newMap(com.gs.collections.api.map.primitive.IntObjectMap<? extends V> map) |
static <V> IntObjectHashMap<V> |
IntObjectHashMap.newWithKeysValues(int key,
V value) |
static <V> IntObjectHashMap<V> |
IntObjectHashMap.newWithKeysValues(int key1,
V value1,
int key2,
V value2) |
static <V> IntObjectHashMap<V> |
IntObjectHashMap.newWithKeysValues(int key1,
V value1,
int key2,
V value2,
int key3,
V value3) |
IntObjectHashMap<V> |
IntObjectHashMap.reject(com.gs.collections.api.block.predicate.primitive.IntObjectPredicate<? super V> predicate) |
IntObjectHashMap<V> |
IntObjectHashMap.select(com.gs.collections.api.block.predicate.primitive.IntObjectPredicate<? super V> predicate) |
IntObjectHashMap<V> |
IntObjectHashMap.tap(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
IntObjectHashMap<V> |
IntObjectHashMap.withKeysValues(int key1,
V value1,
int key2,
V value2) |
IntObjectHashMap<V> |
IntObjectHashMap.withKeysValues(int key1,
V value1,
int key2,
V value2,
int key3,
V value3) |
IntObjectHashMap<V> |
IntObjectHashMap.withKeysValues(int key1,
V value1,
int key2,
V value2,
int key3,
V value3,
int key4,
V value4) |
IntObjectHashMap<V> |
IntObjectHashMap.withKeyValue(int key,
V value) |