Package | Description |
---|---|
org.eclipse.collections.api.factory.map.primitive | |
org.eclipse.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.
|
org.eclipse.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 |
---|---|
MutableDoubleShortMap |
MutableDoubleShortMapFactory.empty() |
MutableDoubleShortMap |
MutableDoubleShortMapFactory.of()
Same as
MutableDoubleShortMapFactory.empty() . |
MutableDoubleShortMap |
MutableDoubleShortMapFactory.ofAll(DoubleShortMap map)
|
MutableDoubleShortMap |
MutableDoubleShortMapFactory.with()
Same as
MutableDoubleShortMapFactory.empty() . |
MutableDoubleShortMap |
MutableDoubleShortMapFactory.withAll(DoubleShortMap map) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleShortMap |
MutableDoubleShortMap.asSynchronized() |
MutableDoubleShortMap |
MutableDoubleShortMap.asUnmodifiable() |
MutableDoubleShortMap |
MutableDoubleShortMap.reject(DoubleShortPredicate predicate) |
MutableDoubleShortMap |
MutableDoubleShortMap.select(DoubleShortPredicate predicate) |
MutableDoubleShortMap |
MutableDoubleShortMap.withKeyValue(double key,
short value) |
MutableDoubleShortMap |
MutableDoubleShortMap.withoutAllKeys(DoubleIterable keys) |
MutableDoubleShortMap |
MutableDoubleShortMap.withoutKey(double key) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedDoubleShortMap
A synchronized view of a
MutableDoubleShortMap . |
class |
UnmodifiableDoubleShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleShortMap |
DoubleShortHashMap.asSynchronized() |
MutableDoubleShortMap |
SynchronizedDoubleShortMap.asSynchronized() |
MutableDoubleShortMap |
UnmodifiableDoubleShortMap.asSynchronized() |
MutableDoubleShortMap |
DoubleShortHashMap.asUnmodifiable() |
MutableDoubleShortMap |
SynchronizedDoubleShortMap.asUnmodifiable() |
MutableDoubleShortMap |
UnmodifiableDoubleShortMap.asUnmodifiable() |
MutableDoubleShortMap |
MutableDoubleShortMapFactoryImpl.empty() |
MutableDoubleShortMap |
MutableDoubleShortMapFactoryImpl.of() |
MutableDoubleShortMap |
MutableDoubleShortMapFactoryImpl.ofAll(DoubleShortMap map) |
MutableDoubleShortMap |
SynchronizedDoubleShortMap.reject(DoubleShortPredicate predicate) |
MutableDoubleShortMap |
UnmodifiableDoubleShortMap.reject(DoubleShortPredicate predicate) |
MutableDoubleShortMap |
SynchronizedDoubleShortMap.select(DoubleShortPredicate predicate) |
MutableDoubleShortMap |
UnmodifiableDoubleShortMap.select(DoubleShortPredicate predicate) |
MutableDoubleShortMap |
MutableDoubleShortMapFactoryImpl.with() |
MutableDoubleShortMap |
MutableDoubleShortMapFactoryImpl.withAll(DoubleShortMap map) |
MutableDoubleShortMap |
SynchronizedDoubleShortMap.withKeyValue(double key,
short value) |
MutableDoubleShortMap |
UnmodifiableDoubleShortMap.withKeyValue(double key,
short value) |
MutableDoubleShortMap |
SynchronizedDoubleShortMap.withoutAllKeys(DoubleIterable keys) |
MutableDoubleShortMap |
UnmodifiableDoubleShortMap.withoutAllKeys(DoubleIterable keys) |
MutableDoubleShortMap |
SynchronizedDoubleShortMap.withoutKey(double key) |
MutableDoubleShortMap |
UnmodifiableDoubleShortMap.withoutKey(double key) |
Copyright © 2004–2016. All rights reserved.