Package | Description |
---|---|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method and Description |
---|---|
static <V> IntObjectHashMap<V> |
IntObjectHashMap.newMap() |
static <V> IntObjectHashMap<V> |
IntObjectHashMap.newMap(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(IntObjectPredicate<? super V> predicate) |
IntObjectHashMap<V> |
IntObjectHashMap.select(IntObjectPredicate<? super V> predicate) |
IntObjectHashMap<V> |
IntObjectHashMap.tap(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) |
Copyright © 2004–2016. All rights reserved.