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> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.ofAll(ObjectLongMap<? extends K> map)
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.withAll(ObjectLongMap<? extends K> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableObjectLongMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectLongMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ObjectLongMap<K> |
ObjectLongMap.reject(ObjectLongPredicate<? super K> predicate) |
ObjectLongMap<K> |
ObjectLongMap.select(ObjectLongPredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectLongMap.putAll(ObjectLongMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectLongMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.ofAll(ObjectLongMap<? extends K> map) |
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.withAll(ObjectLongMap<? extends K> map) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectLongHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
SynchronizedObjectLongMap<K>
A synchronized view of a
MutableObjectLongMap . |
class |
UnmodifiableObjectLongMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectLongHashMap.putAll(ObjectLongMap<? extends K> map) |
void |
SynchronizedObjectLongMap.putAll(ObjectLongMap<? extends K> map) |
void |
UnmodifiableObjectLongMap.putAll(ObjectLongMap<? extends K> map) |
Constructor and Description |
---|
ObjectLongHashMap(ObjectLongMap<? extends K> map) |
Copyright © 2004–2019. All rights reserved.