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 |
---|---|
MutableByteObjectMap<V> |
MutableByteObjectMap.asSynchronized() |
MutableByteObjectMap<V> |
MutableByteObjectMap.asUnmodifiable() |
MutableByteObjectMap<V> |
MutableByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
MutableByteObjectMap<V> |
MutableByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
MutableByteObjectMap<V> |
MutableByteObjectMap.withKeyValue(byte key,
V value) |
MutableByteObjectMap<V> |
MutableByteObjectMap.withoutAllKeys(ByteIterable keys) |
MutableByteObjectMap<V> |
MutableByteObjectMap.withoutKey(byte key) |
Modifier and Type | Class and Description |
---|---|
class |
ByteObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedByteObjectMap<V>
A synchronized view of a
MutableByteObjectMap . |
class |
UnmodifiableByteObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Copyright © 2004–2016. All rights reserved.