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 |
---|---|
MutableObjectLongMap<K> |
MutableObjectLongMap.asSynchronized() |
MutableObjectLongMap<K> |
MutableObjectLongMap.asUnmodifiable() |
MutableObjectLongMap<K> |
MutableObjectLongMap.reject(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
MutableObjectLongMap.select(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withKeyValue(K key,
long value) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withoutKey(K key) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectLongHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
SynchronizedObjectLongMap<K>
A synchronized view of a
MutableObjectLongMap . |
class |
UnmodifiableObjectLongMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableObjectLongMap<K> |
UnmodifiableObjectLongMap.asSynchronized() |
MutableObjectLongMap<K> |
SynchronizedObjectLongMap.asSynchronized() |
MutableObjectLongMap<K> |
ObjectLongHashMap.asSynchronized() |
MutableObjectLongMap<K> |
UnmodifiableObjectLongMap.asUnmodifiable() |
MutableObjectLongMap<K> |
SynchronizedObjectLongMap.asUnmodifiable() |
MutableObjectLongMap<K> |
ObjectLongHashMap.asUnmodifiable() |
MutableObjectLongMap<K> |
UnmodifiableObjectLongMap.reject(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
SynchronizedObjectLongMap.reject(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
UnmodifiableObjectLongMap.select(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
SynchronizedObjectLongMap.select(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
UnmodifiableObjectLongMap.withKeyValue(K key,
long value) |
MutableObjectLongMap<K> |
SynchronizedObjectLongMap.withKeyValue(K key,
long value) |
MutableObjectLongMap<K> |
UnmodifiableObjectLongMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectLongMap<K> |
SynchronizedObjectLongMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectLongMap<K> |
UnmodifiableObjectLongMap.withoutKey(K key) |
MutableObjectLongMap<K> |
SynchronizedObjectLongMap.withoutKey(K key) |
Copyright © 2004–2017. All rights reserved.