| 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 |
|---|---|
ImmutableLongShortMap |
ImmutableLongShortMapFactory.ofAll(LongShortMap map)
|
ImmutableLongShortMap |
ImmutableLongShortMapFactory.withAll(LongShortMap map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableLongShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
LongShortMap |
LongShortMap.reject(LongShortPredicate predicate) |
LongShortMap |
LongShortMap.select(LongShortPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableLongShortMap.putAll(LongShortMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.ofAll(LongShortMap map) |
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.withAll(LongShortMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
LongShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedLongShortMap
A synchronized view of a
MutableLongShortMap. |
class |
UnmodifiableLongShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnmodifiableLongShortMap.putAll(LongShortMap map) |
void |
LongShortHashMap.putAll(LongShortMap map) |
void |
SynchronizedLongShortMap.putAll(LongShortMap map) |
| Constructor and Description |
|---|
LongShortHashMap(LongShortMap map) |
Copyright © 2004–2017. All rights reserved.