| 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> ShortObjectHashMap<V> |
ShortObjectHashMap.newMap() |
static <V> ShortObjectHashMap<V> |
ShortObjectHashMap.newMap(org.eclipse.collections.api.map.primitive.ShortObjectMap<? extends V> map) |
static <V> ShortObjectHashMap<V> |
ShortObjectHashMap.newWithKeysValues(short key,
V value) |
static <V> ShortObjectHashMap<V> |
ShortObjectHashMap.newWithKeysValues(short key1,
V value1,
short key2,
V value2) |
static <V> ShortObjectHashMap<V> |
ShortObjectHashMap.newWithKeysValues(short key1,
V value1,
short key2,
V value2,
short key3,
V value3) |
ShortObjectHashMap<V> |
ShortObjectHashMap.reject(org.eclipse.collections.api.block.predicate.primitive.ShortObjectPredicate<? super V> predicate) |
ShortObjectHashMap<V> |
ShortObjectHashMap.select(org.eclipse.collections.api.block.predicate.primitive.ShortObjectPredicate<? super V> predicate) |
ShortObjectHashMap<V> |
ShortObjectHashMap.tap(org.eclipse.collections.api.block.procedure.Procedure<? super V> procedure) |
ShortObjectHashMap<V> |
ShortObjectHashMap.withKeysValues(short key1,
V value1,
short key2,
V value2) |
ShortObjectHashMap<V> |
ShortObjectHashMap.withKeysValues(short key1,
V value1,
short key2,
V value2,
short key3,
V value3) |
ShortObjectHashMap<V> |
ShortObjectHashMap.withKeysValues(short key1,
V value1,
short key2,
V value2,
short key3,
V value3,
short key4,
V value4) |
ShortObjectHashMap<V> |
ShortObjectHashMap.withKeyValue(short key,
V value) |
Copyright © 2004–2017. All rights reserved.