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 |
---|---|---|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.ofAll(ObjectBooleanMap<? extends K> map) |
|
<K> MutableObjectBooleanMap<K> |
MutableObjectBooleanMapFactory.ofAll(ObjectBooleanMap<? extends K> map) |
|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactory.withAll(ObjectBooleanMap<? extends K> map) |
|
<K> MutableObjectBooleanMap<K> |
MutableObjectBooleanMapFactory.withAll(ObjectBooleanMap<? extends K> map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableObjectBooleanMap<K> |
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
MutableObjectBooleanMap<K> |
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
ObjectBooleanMap<K> |
ObjectBooleanMap.reject(ObjectBooleanPredicate<? super K> predicate) |
|
ObjectBooleanMap<K> |
ObjectBooleanMap.select(ObjectBooleanPredicate<? super K> predicate) |
|
default ObjectBooleanMap<K> |
ObjectBooleanMap.tap(BooleanProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableObjectBooleanMap.putAll(ObjectBooleanMap<? extends K> map) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableObjectBooleanMap<V> |
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.ofAll(ObjectBooleanMap<? extends K> map) |
|
<K> ImmutableObjectBooleanMap<K> |
ImmutableObjectBooleanMapFactoryImpl.withAll(ObjectBooleanMap<? extends K> map) |
Modifier and Type | Class | Description |
---|---|---|
class |
ObjectBooleanHashMap<K> |
|
class |
ObjectBooleanHashMapWithHashingStrategy<K> |
|
class |
SynchronizedObjectBooleanMap<K> |
A synchronized view of a
MutableObjectBooleanMap . |
class |
UnmodifiableObjectBooleanMap<K> |
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
static <K> ObjectBooleanHashMapWithHashingStrategy<K> |
ObjectBooleanHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy,
ObjectBooleanMap<K> map) |
|
<K> MutableObjectBooleanMap<K> |
MutableObjectBooleanMapFactoryImpl.ofAll(ObjectBooleanMap<? extends K> map) |
|
void |
ObjectBooleanHashMap.putAll(ObjectBooleanMap<? extends K> map) |
|
void |
ObjectBooleanHashMapWithHashingStrategy.putAll(ObjectBooleanMap<? extends K> map) |
|
void |
SynchronizedObjectBooleanMap.putAll(ObjectBooleanMap<? extends K> map) |
|
void |
UnmodifiableObjectBooleanMap.putAll(ObjectBooleanMap<? extends K> map) |
|
<K> MutableObjectBooleanMap<K> |
MutableObjectBooleanMapFactoryImpl.withAll(ObjectBooleanMap<? extends K> map) |
Constructor | Description |
---|---|
ObjectBooleanHashMap(ObjectBooleanMap<? extends K> map) |
|
ObjectBooleanHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy,
ObjectBooleanMap<? extends K> map) |
Copyright © 2004–2017. All rights reserved.