Package | Description |
---|---|
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 | Interface | Description |
---|---|---|
interface |
ByteBooleanMap |
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharBooleanMap |
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
DoubleBooleanMap |
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatBooleanMap |
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ImmutableByteBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableShortBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntBooleanMap |
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongBooleanMap |
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableBooleanValuesMap |
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
MutableByteBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
ShortBooleanMap |
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
default BooleanValuesMap |
BooleanValuesMap.tap(BooleanProcedure procedure) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableBooleanValuesMap |
|
class |
ByteBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
CharBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
DoubleBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
FloatBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
IntBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
LongBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
ShortBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
SynchronizedByteBooleanMap |
A synchronized view of a
MutableByteBooleanMap . |
class |
SynchronizedCharBooleanMap |
A synchronized view of a
MutableCharBooleanMap . |
class |
SynchronizedDoubleBooleanMap |
A synchronized view of a
MutableDoubleBooleanMap . |
class |
SynchronizedFloatBooleanMap |
A synchronized view of a
MutableFloatBooleanMap . |
class |
SynchronizedIntBooleanMap |
A synchronized view of a
MutableIntBooleanMap . |
class |
SynchronizedLongBooleanMap |
A synchronized view of a
MutableLongBooleanMap . |
class |
SynchronizedShortBooleanMap |
A synchronized view of a
MutableShortBooleanMap . |
class |
UnmodifiableByteBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableCharBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableDoubleBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableFloatBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableIntBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableLongBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableShortBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Copyright © 2004–2018. All rights reserved.