| 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 |
|---|---|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.ofAll(ByteObjectMap<? extends V> map)
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.withAll(ByteObjectMap<? extends V> map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableByteObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
MutableByteObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ByteObjectMap<V> |
ByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
ByteObjectMap<V> |
ByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableByteObjectMap.putAll(ByteObjectMap<? extends V> map) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImmutableByteObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.ofAll(ByteObjectMap<? extends V> map) |
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.withAll(ByteObjectMap<? extends V> map) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteObjectHashMap.putAll(ByteObjectMap<? extends V> map) |
void |
UnmodifiableByteObjectMap.putAll(ByteObjectMap<? extends V> map) |
void |
SynchronizedByteObjectMap.putAll(ByteObjectMap<? extends V> map) |
| Constructor and Description |
|---|
ByteObjectHashMap(ByteObjectMap<? extends V> map) |
Copyright © 2004–2017. All rights reserved.