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 and Description |
---|---|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.empty() |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.of()
|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.of(K key,
boolean value)
|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.ofAll(ObjectBooleanMap<? extends K> map)
|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.with()
|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.with(K key,
boolean value) |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.withAll(ObjectBooleanMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMap.newWithKeyValue(K key,
boolean value) |
ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMap.newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMap.newWithoutKey(K key) |
ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMap.reject(ObjectBooleanPredicate<? super K> predicate) |
ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMap.select(ObjectBooleanPredicate<? super K> predicate) |
ImmutableObjectBooleanMap<K> |
ObjectBooleanMap.toImmutable() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectBooleanMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.empty() |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.of() |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.of(K key,
boolean value) |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.ofAll(ObjectBooleanMap<? extends K> map) |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.with() |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.with(K key,
boolean value) |
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.withAll(ObjectBooleanMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectBooleanMap<K> |
SynchronizedObjectBooleanMap.toImmutable() |
ImmutableObjectBooleanMap<K> |
ObjectBooleanHashMapWithHashingStrategy.toImmutable() |
ImmutableObjectBooleanMap<K> |
ObjectBooleanHashMap.toImmutable() |
ImmutableObjectBooleanMap<K> |
UnmodifiableObjectBooleanMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.