Package | Description |
---|---|
com.gs.collections.api.factory.map.primitive | |
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.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
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 |
---|---|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.ofAll(ObjectByteMap<? extends K> map)
|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactory.withAll(ObjectByteMap<? extends K> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableObjectByteMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectByteMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ObjectByteMap<K> |
ObjectByteMap.reject(ObjectBytePredicate<? super K> predicate) |
ObjectByteMap<K> |
ObjectByteMap.select(ObjectBytePredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectByteMap.putAll(ObjectByteMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectByteMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.ofAll(ObjectByteMap<? extends K> map) |
<K> ImmutableObjectByteMap<K> |
ImmutableObjectByteMapFactoryImpl.withAll(ObjectByteMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectByteHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
SynchronizedObjectByteMap<K>
A synchronized view of a
MutableObjectByteMap . |
class |
UnmodifiableObjectByteMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
void |
UnmodifiableObjectByteMap.putAll(ObjectByteMap<? extends K> map) |
void |
ObjectByteHashMap.putAll(ObjectByteMap<? extends K> map) |
void |
SynchronizedObjectByteMap.putAll(ObjectByteMap<? extends K> map) |
Constructor and Description |
---|
ObjectByteHashMap(ObjectByteMap<? extends K> map) |
Copyright © 2004–2016. All rights reserved.