| 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 |
|---|---|
ImmutableFloatByteMap |
ImmutableFloatByteMapFactory.ofAll(FloatByteMap map)
|
ImmutableFloatByteMap |
ImmutableFloatByteMapFactory.withAll(FloatByteMap map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableFloatByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
FloatByteMap |
FloatByteMap.reject(FloatBytePredicate predicate) |
FloatByteMap |
FloatByteMap.select(FloatBytePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableFloatByteMap.putAll(FloatByteMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatByteMap |
ImmutableFloatByteMapFactoryImpl.ofAll(FloatByteMap map) |
ImmutableFloatByteMap |
ImmutableFloatByteMapFactoryImpl.withAll(FloatByteMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
FloatByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedFloatByteMap
A synchronized view of a
MutableFloatByteMap. |
class |
UnmodifiableFloatByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronizedFloatByteMap.putAll(FloatByteMap map) |
void |
FloatByteHashMap.putAll(FloatByteMap map) |
void |
UnmodifiableFloatByteMap.putAll(FloatByteMap map) |
| Constructor and Description |
|---|
FloatByteHashMap(FloatByteMap map) |
Copyright © 2004–2017. All rights reserved.