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 |
---|---|
MutableByteLongMap |
MutableByteLongMapFactory.empty() |
MutableByteLongMap |
MutableByteLongMapFactory.of()
Same as
MutableByteLongMapFactory.empty() . |
MutableByteLongMap |
MutableByteLongMapFactory.ofAll(ByteLongMap map)
|
MutableByteLongMap |
MutableByteLongMapFactory.with()
Same as
MutableByteLongMapFactory.empty() . |
MutableByteLongMap |
MutableByteLongMapFactory.withAll(ByteLongMap map) |
Modifier and Type | Method and Description |
---|---|
MutableByteLongMap |
MutableByteLongMap.asSynchronized() |
MutableByteLongMap |
MutableByteLongMap.asUnmodifiable() |
MutableByteLongMap |
MutableByteLongMap.reject(ByteLongPredicate predicate) |
MutableByteLongMap |
MutableByteLongMap.select(ByteLongPredicate predicate) |
MutableByteLongMap |
MutableByteLongMap.withKeyValue(byte key,
long value) |
MutableByteLongMap |
MutableByteLongMap.withoutAllKeys(ByteIterable keys) |
MutableByteLongMap |
MutableByteLongMap.withoutKey(byte key) |
Modifier and Type | Class and Description |
---|---|
class |
ByteLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteLongMap
A synchronized view of a
MutableByteLongMap . |
class |
UnmodifiableByteLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableByteLongMap |
ByteLongHashMap.asSynchronized() |
MutableByteLongMap |
UnmodifiableByteLongMap.asSynchronized() |
MutableByteLongMap |
SynchronizedByteLongMap.asSynchronized() |
MutableByteLongMap |
ByteLongHashMap.asUnmodifiable() |
MutableByteLongMap |
UnmodifiableByteLongMap.asUnmodifiable() |
MutableByteLongMap |
SynchronizedByteLongMap.asUnmodifiable() |
MutableByteLongMap |
MutableByteLongMapFactoryImpl.empty() |
MutableByteLongMap |
MutableByteLongMapFactoryImpl.of() |
MutableByteLongMap |
MutableByteLongMapFactoryImpl.ofAll(ByteLongMap map) |
MutableByteLongMap |
UnmodifiableByteLongMap.reject(ByteLongPredicate predicate) |
MutableByteLongMap |
SynchronizedByteLongMap.reject(ByteLongPredicate predicate) |
MutableByteLongMap |
UnmodifiableByteLongMap.select(ByteLongPredicate predicate) |
MutableByteLongMap |
SynchronizedByteLongMap.select(ByteLongPredicate predicate) |
MutableByteLongMap |
MutableByteLongMapFactoryImpl.with() |
MutableByteLongMap |
MutableByteLongMapFactoryImpl.withAll(ByteLongMap map) |
MutableByteLongMap |
UnmodifiableByteLongMap.withKeyValue(byte key,
long value) |
MutableByteLongMap |
SynchronizedByteLongMap.withKeyValue(byte key,
long value) |
MutableByteLongMap |
UnmodifiableByteLongMap.withoutAllKeys(ByteIterable keys) |
MutableByteLongMap |
SynchronizedByteLongMap.withoutAllKeys(ByteIterable keys) |
MutableByteLongMap |
UnmodifiableByteLongMap.withoutKey(byte key) |
MutableByteLongMap |
SynchronizedByteLongMap.withoutKey(byte key) |
Copyright © 2004–2016. All rights reserved.