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 |
---|---|
MutableByteByteMap |
MutableByteByteMap.asSynchronized() |
MutableByteByteMap |
MutableByteByteMap.asUnmodifiable() |
MutableByteByteMap |
MutableByteByteMap.reject(ByteBytePredicate predicate) |
MutableByteByteMap |
MutableByteByteMap.select(ByteBytePredicate predicate) |
MutableByteByteMap |
MutableByteByteMap.withKeyValue(byte key,
byte value) |
MutableByteByteMap |
MutableByteByteMap.withoutAllKeys(ByteIterable keys) |
MutableByteByteMap |
MutableByteByteMap.withoutKey(byte key) |
Modifier and Type | Class and Description |
---|---|
class |
ByteByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteByteMap
A synchronized view of a
MutableByteByteMap . |
class |
UnmodifiableByteByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Copyright © 2004–2016. All rights reserved.