Package | Description |
---|---|
com.gs.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
com.gs.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 |
---|---|
MutableLongObjectMap<V> |
MutableLongObjectMap.asSynchronized() |
MutableLongObjectMap<V> |
MutableLongObjectMap.asUnmodifiable() |
MutableLongObjectMap<V> |
MutableLongObjectMap.reject(LongObjectPredicate<? super V> predicate) |
MutableLongObjectMap<V> |
MutableLongObjectMap.select(LongObjectPredicate<? super V> predicate) |
MutableLongObjectMap<V> |
MutableLongObjectMap.withKeyValue(long key,
V value) |
MutableLongObjectMap<V> |
MutableLongObjectMap.withoutAllKeys(LongIterable keys) |
MutableLongObjectMap<V> |
MutableLongObjectMap.withoutKey(long key) |
Modifier and Type | Class and Description |
---|---|
class |
LongObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedLongObjectMap<V>
A synchronized view of a
MutableLongObjectMap . |
class |
UnmodifiableLongObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Copyright © 2004–2019. All rights reserved.