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 |
---|---|
MutableByteCharMap |
MutableByteCharMapFactory.empty() |
MutableByteCharMap |
MutableByteCharMapFactory.of()
Same as
MutableByteCharMapFactory.empty() . |
MutableByteCharMap |
MutableByteCharMapFactory.ofAll(ByteCharMap map)
|
MutableByteCharMap |
MutableByteCharMapFactory.with()
Same as
MutableByteCharMapFactory.empty() . |
MutableByteCharMap |
MutableByteCharMapFactory.withAll(ByteCharMap map) |
Modifier and Type | Method and Description |
---|---|
MutableByteCharMap |
MutableByteCharMap.asSynchronized() |
MutableByteCharMap |
MutableByteCharMap.asUnmodifiable() |
MutableByteCharMap |
MutableByteCharMap.reject(ByteCharPredicate predicate) |
MutableByteCharMap |
MutableByteCharMap.select(ByteCharPredicate predicate) |
MutableByteCharMap |
MutableByteCharMap.withKeyValue(byte key,
char value) |
MutableByteCharMap |
MutableByteCharMap.withoutAllKeys(ByteIterable keys) |
MutableByteCharMap |
MutableByteCharMap.withoutKey(byte key) |
Modifier and Type | Class and Description |
---|---|
class |
ByteCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteCharMap
A synchronized view of a
MutableByteCharMap . |
class |
UnmodifiableByteCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableByteCharMap |
UnmodifiableByteCharMap.asSynchronized() |
MutableByteCharMap |
SynchronizedByteCharMap.asSynchronized() |
MutableByteCharMap |
ByteCharHashMap.asSynchronized() |
MutableByteCharMap |
UnmodifiableByteCharMap.asUnmodifiable() |
MutableByteCharMap |
SynchronizedByteCharMap.asUnmodifiable() |
MutableByteCharMap |
ByteCharHashMap.asUnmodifiable() |
MutableByteCharMap |
MutableByteCharMapFactoryImpl.empty() |
MutableByteCharMap |
MutableByteCharMapFactoryImpl.of() |
MutableByteCharMap |
MutableByteCharMapFactoryImpl.ofAll(ByteCharMap map) |
MutableByteCharMap |
UnmodifiableByteCharMap.reject(ByteCharPredicate predicate) |
MutableByteCharMap |
SynchronizedByteCharMap.reject(ByteCharPredicate predicate) |
MutableByteCharMap |
UnmodifiableByteCharMap.select(ByteCharPredicate predicate) |
MutableByteCharMap |
SynchronizedByteCharMap.select(ByteCharPredicate predicate) |
MutableByteCharMap |
MutableByteCharMapFactoryImpl.with() |
MutableByteCharMap |
MutableByteCharMapFactoryImpl.withAll(ByteCharMap map) |
MutableByteCharMap |
UnmodifiableByteCharMap.withKeyValue(byte key,
char value) |
MutableByteCharMap |
SynchronizedByteCharMap.withKeyValue(byte key,
char value) |
MutableByteCharMap |
UnmodifiableByteCharMap.withoutAllKeys(ByteIterable keys) |
MutableByteCharMap |
SynchronizedByteCharMap.withoutAllKeys(ByteIterable keys) |
MutableByteCharMap |
UnmodifiableByteCharMap.withoutKey(byte key) |
MutableByteCharMap |
SynchronizedByteCharMap.withoutKey(byte key) |
Copyright © 2004–2016. All rights reserved.