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> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.ofAll(ObjectShortMap<? extends K> map)
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.withAll(ObjectShortMap<? extends K> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableObjectShortMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectShortMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ObjectShortMap<K> |
ObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
ObjectShortMap<K> |
ObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectShortMap.putAll(ObjectShortMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectShortMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.ofAll(ObjectShortMap<? extends K> map) |
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.withAll(ObjectShortMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectShortHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
SynchronizedObjectShortMap<K>
A synchronized view of a
MutableObjectShortMap . |
class |
UnmodifiableObjectShortMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectShortHashMap.putAll(ObjectShortMap<? extends K> map) |
void |
SynchronizedObjectShortMap.putAll(ObjectShortMap<? extends K> map) |
void |
UnmodifiableObjectShortMap.putAll(ObjectShortMap<? extends K> map) |
Constructor and Description |
---|
ObjectShortHashMap(ObjectShortMap<? extends K> map) |
Copyright © 2004–2018. All rights reserved.