Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap
-
Packages that use LongIntHashMap Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of LongIntHashMap in org.eclipse.collections.impl.bag.mutable.primitive
Fields in org.eclipse.collections.impl.bag.mutable.primitive declared as LongIntHashMap Modifier and Type Field Description private LongIntHashMap
LongHashBag. items
-
Uses of LongIntHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LongIntHashMap Modifier and Type Method Description static LongIntHashMap
LongIntHashMap. newWithKeysValues(long key1, int value1)
static LongIntHashMap
LongIntHashMap. newWithKeysValues(long key1, int value1, long key2, int value2)
static LongIntHashMap
LongIntHashMap. newWithKeysValues(long key1, int value1, long key2, int value2, long key3, int value3)
static LongIntHashMap
LongIntHashMap. newWithKeysValues(long key1, int value1, long key2, int value2, long key3, int value3, long key4, int value4)
LongIntHashMap
LongIntHashMap. reject(LongIntPredicate predicate)
LongIntHashMap
LongIntHashMap. select(LongIntPredicate predicate)
LongIntHashMap
LongIntHashMap. withKeysValues(long key1, int value1, long key2, int value2)
LongIntHashMap
LongIntHashMap. withKeysValues(long key1, int value1, long key2, int value2, long key3, int value3)
LongIntHashMap
LongIntHashMap. withKeysValues(long key1, int value1, long key2, int value2, long key3, int value3, long key4, int value4)
LongIntHashMap
LongIntHashMap. withKeyValue(long key1, int value1)
LongIntHashMap
LongIntHashMap. withoutAllKeys(LongIterable keys)
LongIntHashMap
LongIntHashMap. withoutKey(long key)
-