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> ImmutableObjectFloatMap<K> |
ImmutableObjectFloatMapFactory.ofAll(ObjectFloatMap<? extends K> map)
|
<K> ImmutableObjectFloatMap<K> |
ImmutableObjectFloatMapFactory.withAll(ObjectFloatMap<? extends K> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableObjectFloatMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectFloatMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ObjectFloatMap<K> |
ObjectFloatMap.reject(ObjectFloatPredicate<? super K> predicate) |
ObjectFloatMap<K> |
ObjectFloatMap.select(ObjectFloatPredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectFloatMap.putAll(ObjectFloatMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectFloatMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectFloatMap<K> |
ImmutableObjectFloatMapFactoryImpl.ofAll(ObjectFloatMap<? extends K> map) |
<K> ImmutableObjectFloatMap<K> |
ImmutableObjectFloatMapFactoryImpl.withAll(ObjectFloatMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectFloatHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
SynchronizedObjectFloatMap<K>
A synchronized view of a
MutableObjectFloatMap . |
class |
UnmodifiableObjectFloatMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizedObjectFloatMap.putAll(ObjectFloatMap<? extends K> map) |
void |
ObjectFloatHashMap.putAll(ObjectFloatMap<? extends K> map) |
void |
UnmodifiableObjectFloatMap.putAll(ObjectFloatMap<? extends K> map) |
Constructor and Description |
---|
ObjectFloatHashMap(ObjectFloatMap<? extends K> map) |
Copyright © 2004–2017. All rights reserved.