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 |
---|---|
ImmutableFloatDoubleMap |
ImmutableFloatDoubleMapFactory.ofAll(FloatDoubleMap map)
|
ImmutableFloatDoubleMap |
ImmutableFloatDoubleMapFactory.withAll(FloatDoubleMap map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableFloatDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
FloatDoubleMap |
FloatDoubleMap.reject(FloatDoublePredicate predicate) |
FloatDoubleMap |
FloatDoubleMap.select(FloatDoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableFloatDoubleMap.putAll(FloatDoubleMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatDoubleMap |
ImmutableFloatDoubleMapFactoryImpl.ofAll(FloatDoubleMap map) |
ImmutableFloatDoubleMap |
ImmutableFloatDoubleMapFactoryImpl.withAll(FloatDoubleMap map) |
Modifier and Type | Class and Description |
---|---|
class |
FloatDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedFloatDoubleMap
A synchronized view of a
MutableFloatDoubleMap . |
class |
UnmodifiableFloatDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizedFloatDoubleMap.putAll(FloatDoubleMap map) |
void |
UnmodifiableFloatDoubleMap.putAll(FloatDoubleMap map) |
void |
FloatDoubleHashMap.putAll(FloatDoubleMap map) |
Constructor and Description |
---|
FloatDoubleHashMap(FloatDoubleMap map) |
Copyright © 2004–2019. All rights reserved.