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 |
---|---|
MutableIntObjectMap<V> |
MutableIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
IntObjectMap<V> |
IntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
MutableIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
IntObjectMap<V> |
IntObjectMap.select(IntObjectPredicate<? super V> predicate) |
ImmutableIntObjectMap<V> |
ImmutableIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
Modifier and Type | Method and Description |
---|---|
IntObjectHashMap<V> |
IntObjectHashMap.reject(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.reject(IntObjectPredicate<? super V> predicate) |
IntObjectHashMap<V> |
IntObjectHashMap.select(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
UnmodifiableIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
MutableIntObjectMap<V> |
SynchronizedIntObjectMap.select(IntObjectPredicate<? super V> predicate) |
Copyright © 2004–2017. All rights reserved.