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.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
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 | Description |
---|---|---|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.empty() |
|
<T,V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
Creates an
ImmutableByteObjectMap from an Iterable<T> by applying keyFunction and valueFunction . |
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.of() |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.of(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.ofAll(ByteObjectMap<? extends V> map) |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.with() |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.with(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactory.withAll(ByteObjectMap<? extends V> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteObjectMap<K> |
ImmutableObjectByteMap.flipUniqueValues() |
|
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.newWithKeyValue(byte key,
V value) |
|
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.newWithoutAllKeys(ByteIterable keys) |
|
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.newWithoutKey(byte key) |
|
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
|
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
|
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.tap(Procedure<? super V> procedure) |
|
ImmutableByteObjectMap<V> |
ByteObjectMap.toImmutable() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableByteObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.empty() |
|
<T,V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.of() |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.of(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.ofAll(ByteObjectMap<? extends V> map) |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.with() |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.with(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
ImmutableByteObjectMapFactoryImpl.withAll(ByteObjectMap<? extends V> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteObjectMap<V> |
ByteObjectHashMap.toImmutable() |
|
ImmutableByteObjectMap<V> |
SynchronizedByteObjectMap.toImmutable() |
|
ImmutableByteObjectMap<V> |
UnmodifiableByteObjectMap.toImmutable() |
Copyright © 2004–2019. All rights reserved.