Uses of Interface
org.eclipse.collections.api.PrimitiveIterable
-
Packages that use PrimitiveIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.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.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.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.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.primitive org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.test This package containsSerializeTestHelper
andVerify
classes. -
-
Uses of PrimitiveIterable in org.eclipse.collections.api
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api Modifier and Type Interface Description interface
BooleanIterable
BooleanIterable is an interface which is memory-optimized for boolean primitives.interface
ByteIterable
ByteIterable is an interface which is memory-optimized for byte primitives.interface
CharIterable
CharIterable is an interface which is memory-optimized for char primitives.interface
DoubleIterable
DoubleIterable is an interface which is memory-optimized for double primitives.interface
FloatIterable
FloatIterable is an interface which is memory-optimized for float primitives.interface
IntIterable
IntIterable is an interface which is memory-optimized for int primitives.interface
LazyBooleanIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LazyByteIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LazyCharIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LazyDoubleIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LazyFloatIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LazyIntIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LazyLongIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LazyShortIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.interface
LongIterable
LongIterable is an interface which is memory-optimized for long primitives.interface
ShortIterable
ShortIterable is an interface which is memory-optimized for short primitives. -
Uses of PrimitiveIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interface
BooleanBag
This file was automatically generated from template file primitiveBag.stg.interface
ByteBag
This file was automatically generated from template file primitiveBag.stg.interface
CharBag
This file was automatically generated from template file primitiveBag.stg.interface
DoubleBag
This file was automatically generated from template file primitiveBag.stg.interface
FloatBag
This file was automatically generated from template file primitiveBag.stg.interface
ImmutableBooleanBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
ImmutableByteBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
ImmutableCharBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
ImmutableDoubleBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
ImmutableFloatBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
ImmutableIntBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
ImmutableLongBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
ImmutableShortBag
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
IntBag
This file was automatically generated from template file primitiveBag.stg.interface
LongBag
This file was automatically generated from template file primitiveBag.stg.interface
MutableBooleanBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
MutableByteBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
MutableCharBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
MutableDoubleBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
MutableFloatBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
MutableIntBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
MutableLongBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
MutableShortBag
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
ShortBag
This file was automatically generated from template file primitiveBag.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api.collection.primitive Modifier and Type Interface Description interface
ImmutableBooleanCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
ImmutableByteCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
ImmutableCharCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
ImmutableDoubleCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
ImmutableFloatCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
ImmutableIntCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
ImmutableLongCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
ImmutableShortCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
MutableBooleanCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.interface
MutableByteCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.interface
MutableCharCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.interface
MutableDoubleCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.interface
MutableFloatCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.interface
MutableIntCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.interface
MutableLongCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.interface
MutableShortCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interface
BooleanList
This file was automatically generated from template file primitiveList.stg.interface
ByteList
This file was automatically generated from template file primitiveList.stg.interface
CharList
This file was automatically generated from template file primitiveList.stg.interface
DoubleList
This file was automatically generated from template file primitiveList.stg.interface
FloatList
This file was automatically generated from template file primitiveList.stg.interface
ImmutableBooleanList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
ImmutableByteList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
ImmutableCharList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
ImmutableDoubleList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
ImmutableFloatList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
ImmutableIntList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
ImmutableLongList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
ImmutableShortList
This file was automatically generated from template file immutablePrimitiveList.stg.interface
IntList
This file was automatically generated from template file primitiveList.stg.interface
LongList
This file was automatically generated from template file primitiveList.stg.interface
MutableBooleanList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
MutableByteList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
MutableCharList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
MutableDoubleList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
MutableFloatList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
MutableIntList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
MutableLongList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
MutableShortList
This file was automatically generated from template file mutablePrimitiveList.stg.interface
ShortList
This file was automatically generated from template file primitiveList.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
BooleanValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.interface
ByteBooleanMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ByteValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.interface
CharBooleanMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.interface
DoubleBooleanMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.interface
FloatBooleanMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.interface
ImmutableByteBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableByteByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableByteCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableByteDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableByteFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableByteIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableByteLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableByteShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableObjectBooleanMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableObjectByteMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableObjectCharMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableObjectDoubleMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableObjectFloatMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableObjectIntMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableObjectLongMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableObjectShortMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
ImmutableShortBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
IntBooleanMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
IntValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.interface
LongBooleanMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongValuesMap
This file was automatically generated from template file primitiveValuesMap.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
MutableByteByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableByteCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableByteDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableByteFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableByteIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableByteLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableByteShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableByteValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableCharBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableDoubleBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableFloatBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableIntBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableLongBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableObjectBooleanMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableObjectByteMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableObjectCharMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableObjectDoubleMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableObjectFloatMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableObjectIntMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableObjectLongMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableObjectShortMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
MutableShortBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
ObjectBooleanMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ObjectByteMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ObjectCharMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ObjectDoubleMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ObjectFloatMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ObjectIntMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ObjectLongMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ObjectShortMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.interface
ShortBooleanMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortByteMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ShortValuesMap
This file was automatically generated from template file primitiveValuesMap.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api.ordered.primitive Modifier and Type Interface Description interface
OrderedBooleanIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
OrderedByteIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
OrderedCharIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
OrderedDoubleIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
OrderedFloatIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
OrderedIntIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
OrderedLongIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
OrderedShortIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
ReversibleBooleanIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.interface
ReversibleByteIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.interface
ReversibleCharIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.interface
ReversibleDoubleIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.interface
ReversibleFloatIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.interface
ReversibleIntIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.interface
ReversibleLongIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.interface
ReversibleShortIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interface
BooleanSet
This file was automatically generated from template file primitiveSet.stg.interface
ByteSet
This file was automatically generated from template file primitiveSet.stg.interface
CharSet
This file was automatically generated from template file primitiveSet.stg.interface
DoubleSet
This file was automatically generated from template file primitiveSet.stg.interface
FloatSet
This file was automatically generated from template file primitiveSet.stg.interface
ImmutableBooleanSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
ImmutableByteSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
ImmutableCharSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
ImmutableDoubleSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
ImmutableFloatSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
ImmutableIntSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
ImmutableLongSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
ImmutableShortSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
IntSet
This file was automatically generated from template file primitiveSet.stg.interface
LongSet
This file was automatically generated from template file primitiveSet.stg.interface
MutableBooleanSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
MutableByteSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
MutableCharSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
MutableDoubleSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
MutableFloatSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
MutableIntSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
MutableLongSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
MutableShortSet
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
ShortSet
This file was automatically generated from template file primitiveSet.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of PrimitiveIterable in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interface
BooleanStack
This file was automatically generated from template file primitiveStack.stg.interface
ByteStack
This file was automatically generated from template file primitiveStack.stg.interface
CharStack
This file was automatically generated from template file primitiveStack.stg.interface
DoubleStack
This file was automatically generated from template file primitiveStack.stg.interface
FloatStack
This file was automatically generated from template file primitiveStack.stg.interface
ImmutableBooleanStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
ImmutableByteStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
ImmutableCharStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
ImmutableDoubleStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
ImmutableFloatStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
ImmutableIntStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
ImmutableLongStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
ImmutableShortStack
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
IntStack
This file was automatically generated from template file primitiveStack.stg.interface
LongStack
This file was automatically generated from template file primitiveStack.stg.interface
MutableBooleanStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
MutableByteStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
MutableCharStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
MutableDoubleStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
MutableFloatStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
MutableIntStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
MutableLongStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
MutableShortStack
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
ShortStack
This file was automatically generated from template file primitiveStack.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement PrimitiveIterable Modifier and Type Class Description (package private) class
ImmutableBooleanEmptyBag
ImmutableBooleanEmptyBag is an optimization forImmutableBooleanBag
of size 0.(package private) class
ImmutableBooleanHashBag
ImmutableBooleanHashBag is the non-modifiable equivalent ofBooleanHashBag
.(package private) class
ImmutableBooleanSingletonBag
ImmutableBooleanSingletonBag is an optimization forImmutableBooleanBag
of size 1.(package private) class
ImmutableByteEmptyBag
ImmutableByteEmptyBag is an optimization forImmutableByteBag
of size 0.(package private) class
ImmutableByteHashBag
ImmutableByteHashBag is the non-modifiable equivalent ofByteHashBag
.(package private) class
ImmutableByteSingletonBag
ImmutableByteSingletonBag is an optimization forImmutableByteBag
of size 1.(package private) class
ImmutableCharEmptyBag
ImmutableCharEmptyBag is an optimization forImmutableCharBag
of size 0.(package private) class
ImmutableCharHashBag
ImmutableCharHashBag is the non-modifiable equivalent ofCharHashBag
.(package private) class
ImmutableCharSingletonBag
ImmutableCharSingletonBag is an optimization forImmutableCharBag
of size 1.(package private) class
ImmutableDoubleEmptyBag
ImmutableDoubleEmptyBag is an optimization forImmutableDoubleBag
of size 0.(package private) class
ImmutableDoubleHashBag
ImmutableDoubleHashBag is the non-modifiable equivalent ofDoubleHashBag
.(package private) class
ImmutableDoubleSingletonBag
ImmutableDoubleSingletonBag is an optimization forImmutableDoubleBag
of size 1.(package private) class
ImmutableFloatEmptyBag
ImmutableFloatEmptyBag is an optimization forImmutableFloatBag
of size 0.(package private) class
ImmutableFloatHashBag
ImmutableFloatHashBag is the non-modifiable equivalent ofFloatHashBag
.(package private) class
ImmutableFloatSingletonBag
ImmutableFloatSingletonBag is an optimization forImmutableFloatBag
of size 1.(package private) class
ImmutableIntEmptyBag
ImmutableIntEmptyBag is an optimization forImmutableIntBag
of size 0.(package private) class
ImmutableIntHashBag
ImmutableIntHashBag is the non-modifiable equivalent ofIntHashBag
.(package private) class
ImmutableIntSingletonBag
ImmutableIntSingletonBag is an optimization forImmutableIntBag
of size 1.(package private) class
ImmutableLongEmptyBag
ImmutableLongEmptyBag is an optimization forImmutableLongBag
of size 0.(package private) class
ImmutableLongHashBag
ImmutableLongHashBag is the non-modifiable equivalent ofLongHashBag
.(package private) class
ImmutableLongSingletonBag
ImmutableLongSingletonBag is an optimization forImmutableLongBag
of size 1.(package private) class
ImmutableShortEmptyBag
ImmutableShortEmptyBag is an optimization forImmutableShortBag
of size 0.(package private) class
ImmutableShortHashBag
ImmutableShortHashBag is the non-modifiable equivalent ofShortHashBag
.(package private) class
ImmutableShortSingletonBag
ImmutableShortSingletonBag is an optimization forImmutableShortBag
of size 1. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
BooleanHashBag
BooleanHashBag is similar toHashBag
, and is memory-optimized for boolean primitives.class
ByteHashBag
ByteHashBag is similar toHashBag
, and is memory-optimized for byte primitives.class
CharHashBag
CharHashBag is similar toHashBag
, and is memory-optimized for char primitives.class
DoubleHashBag
DoubleHashBag is similar toHashBag
, and is memory-optimized for double primitives.class
FloatHashBag
FloatHashBag is similar toHashBag
, and is memory-optimized for float primitives.class
IntHashBag
IntHashBag is similar toHashBag
, and is memory-optimized for int primitives.class
LongHashBag
LongHashBag is similar toHashBag
, and is memory-optimized for long primitives.class
ShortHashBag
ShortHashBag is similar toHashBag
, and is memory-optimized for short primitives.class
SynchronizedBooleanBag
A synchronized view of aMutableBooleanBag
.class
SynchronizedByteBag
A synchronized view of aMutableByteBag
.class
SynchronizedCharBag
A synchronized view of aMutableCharBag
.class
SynchronizedDoubleBag
A synchronized view of aMutableDoubleBag
.class
SynchronizedFloatBag
A synchronized view of aMutableFloatBag
.class
SynchronizedIntBag
A synchronized view of aMutableIntBag
.class
SynchronizedLongBag
A synchronized view of aMutableLongBag
.class
SynchronizedShortBag
A synchronized view of aMutableShortBag
.class
UnmodifiableBooleanBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.class
UnmodifiableByteBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.class
UnmodifiableCharBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.class
UnmodifiableDoubleBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.class
UnmodifiableFloatBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.class
UnmodifiableIntBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.class
UnmodifiableLongBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.class
UnmodifiableShortBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractSynchronizedBooleanCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractSynchronizedByteCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractSynchronizedCharCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractSynchronizedDoubleCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractSynchronizedFloatCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractSynchronizedIntCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractSynchronizedLongCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractSynchronizedShortCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
AbstractUnmodifiableBooleanCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
AbstractUnmodifiableByteCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
AbstractUnmodifiableCharCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
AbstractUnmodifiableDoubleCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
AbstractUnmodifiableFloatCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
AbstractUnmodifiableIntCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
AbstractUnmodifiableLongCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
AbstractUnmodifiableShortCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
SynchronizedBooleanCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
SynchronizedByteCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
SynchronizedCharCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
SynchronizedDoubleCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
SynchronizedFloatCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
SynchronizedIntCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
SynchronizedLongCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
SynchronizedShortCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
UnmodifiableBooleanCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.class
UnmodifiableByteCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.class
UnmodifiableCharCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.class
UnmodifiableDoubleCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.class
UnmodifiableFloatCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.class
UnmodifiableIntCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.class
UnmodifiableLongCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.class
UnmodifiableShortCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractLazyBooleanIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
AbstractLazyByteIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
AbstractLazyCharIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
AbstractLazyDoubleIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
AbstractLazyFloatIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
AbstractLazyIntIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
AbstractLazyLongIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
AbstractLazyShortIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
CollectBooleanIterable<T>
A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.class
CollectBooleanToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectBooleanToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectBooleanToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectBooleanToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectBooleanToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectBooleanToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectBooleanToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectBooleanToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectByteToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectByteToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectCharToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectCharToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectDoubleToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectDoubleToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectFloatToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectFloatToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectIntToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectIntToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectLongToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectLongToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.class
CollectShortToBooleanIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToByteIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToDoubleIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToIntIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToLongIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
CollectShortToShortIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
LazyBooleanIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
LazyByteIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
LazyCharIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
LazyDoubleIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
LazyFloatIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
LazyIntIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
LazyLongIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
LazyShortIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
ReverseBooleanIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
ReverseByteIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
ReverseCharIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
ReverseDoubleIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
ReverseFloatIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
ReverseIntIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
ReverseLongIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
ReverseShortIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.class
SelectBooleanIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
SelectByteIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
SelectCharIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
SelectDoubleIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
SelectFloatIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
SelectIntIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
SelectLongIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
SelectShortIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.class
TapBooleanIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.class
TapByteIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.class
TapCharIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.class
TapDoubleIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.class
TapFloatIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.class
TapIntIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.class
TapLongIterable
This file was automatically generated from template file tapPrimitiveIterable.stg.class
TapShortIterable
This file was automatically generated from template file tapPrimitiveIterable.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement PrimitiveIterable Modifier and Type Class Description (package private) class
ImmutableBooleanArrayList
ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.(package private) class
ImmutableBooleanEmptyList
ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.(package private) class
ImmutableBooleanSingletonList
ImmutableBooleanSingletonList is an optimization forImmutableBooleanList
of size 1.(package private) class
ImmutableByteArrayList
ImmutableByteArrayList is the non-modifiable equivalent ofByteArrayList
.(package private) class
ImmutableByteEmptyList
ImmutableByteEmptyList is an optimization forImmutableByteList
of size 0.(package private) class
ImmutableByteSingletonList
ImmutableByteSingletonList is an optimization forImmutableByteList
of size 1.(package private) class
ImmutableCharArrayList
ImmutableCharArrayList is the non-modifiable equivalent ofCharArrayList
.(package private) class
ImmutableCharEmptyList
ImmutableCharEmptyList is an optimization forImmutableCharList
of size 0.(package private) class
ImmutableCharSingletonList
ImmutableCharSingletonList is an optimization forImmutableCharList
of size 1.(package private) class
ImmutableDoubleArrayList
ImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList
.(package private) class
ImmutableDoubleEmptyList
ImmutableDoubleEmptyList is an optimization forImmutableDoubleList
of size 0.(package private) class
ImmutableDoubleSingletonList
ImmutableDoubleSingletonList is an optimization forImmutableDoubleList
of size 1.(package private) class
ImmutableFloatArrayList
ImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList
.(package private) class
ImmutableFloatEmptyList
ImmutableFloatEmptyList is an optimization forImmutableFloatList
of size 0.(package private) class
ImmutableFloatSingletonList
ImmutableFloatSingletonList is an optimization forImmutableFloatList
of size 1.(package private) class
ImmutableIntArrayList
ImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList
.(package private) class
ImmutableIntEmptyList
ImmutableIntEmptyList is an optimization forImmutableIntList
of size 0.(package private) class
ImmutableIntSingletonList
ImmutableIntSingletonList is an optimization forImmutableIntList
of size 1.(package private) class
ImmutableLongArrayList
ImmutableLongArrayList is the non-modifiable equivalent ofLongArrayList
.(package private) class
ImmutableLongEmptyList
ImmutableLongEmptyList is an optimization forImmutableLongList
of size 0.(package private) class
ImmutableLongSingletonList
ImmutableLongSingletonList is an optimization forImmutableLongList
of size 1.(package private) class
ImmutableShortArrayList
ImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList
.(package private) class
ImmutableShortEmptyList
ImmutableShortEmptyList is an optimization forImmutableShortList
of size 0.(package private) class
ImmutableShortSingletonList
ImmutableShortSingletonList is an optimization forImmutableShortList
of size 1. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
BooleanArrayList
BooleanArrayList is similar toFastList
, and is memory-optimized for boolean primitives.class
ByteArrayList
ByteArrayList is similar to FastList, and is memory-optimized for byte primitives.class
CharArrayList
CharArrayList is similar to FastList, and is memory-optimized for char primitives.class
DoubleArrayList
DoubleArrayList is similar to FastList, and is memory-optimized for double primitives.class
FloatArrayList
FloatArrayList is similar to FastList, and is memory-optimized for float primitives.class
IntArrayList
IntArrayList is similar to FastList, and is memory-optimized for int primitives.class
LongArrayList
LongArrayList is similar to FastList, and is memory-optimized for long primitives.class
ShortArrayList
ShortArrayList is similar to FastList, and is memory-optimized for short primitives.class
SynchronizedBooleanList
A synchronized view of aMutableBooleanList
.class
SynchronizedByteList
A synchronized view of aMutableByteList
.class
SynchronizedCharList
A synchronized view of aMutableCharList
.class
SynchronizedDoubleList
A synchronized view of aMutableDoubleList
.class
SynchronizedFloatList
A synchronized view of aMutableFloatList
.class
SynchronizedIntList
A synchronized view of aMutableIntList
.class
SynchronizedLongList
A synchronized view of aMutableLongList
.class
SynchronizedShortList
A synchronized view of aMutableShortList
.class
UnmodifiableBooleanList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.class
UnmodifiableByteList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.class
UnmodifiableCharList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.class
UnmodifiableDoubleList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.class
UnmodifiableFloatList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.class
UnmodifiableIntList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.class
UnmodifiableLongList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.class
UnmodifiableShortList
This file was automatically generated from template file unmodifiablePrimitiveList.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement PrimitiveIterable Modifier and Type Class Description class
IntInterval
An IntInterval is a range of ints that may be iterated over using a step value.class
LongInterval
An LongInterval is a range of longs that may be iterated over using a step value. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractImmutableObjectBooleanMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.class
AbstractImmutableObjectByteMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.class
AbstractImmutableObjectCharMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.class
AbstractImmutableObjectDoubleMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.class
AbstractImmutableObjectFloatMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.class
AbstractImmutableObjectIntMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.class
AbstractImmutableObjectLongMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.class
AbstractImmutableObjectShortMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) class
ImmutableByteBooleanEmptyMap
ImmutableByteBooleanEmptyMap is an optimization forImmutableByteBooleanMap
of size 0.(package private) class
ImmutableByteBooleanHashMap
ImmutableByteBooleanHashMap is the non-modifiable equivalent ofByteBooleanHashMap
.(package private) class
ImmutableByteBooleanSingletonMap
ImmutableByteBooleanSingletonMap is an optimization forImmutableByteBooleanMap
of size 1.(package private) class
ImmutableByteByteEmptyMap
ImmutableByteByteEmptyMap is an optimization forImmutableByteByteMap
of size 0.(package private) class
ImmutableByteByteHashMap
ImmutableByteByteHashMap is the non-modifiable equivalent ofByteByteHashMap
.(package private) class
ImmutableByteByteSingletonMap
ImmutableByteByteSingletonMap is an optimization forImmutableByteByteMap
of size 1.(package private) class
ImmutableByteCharEmptyMap
ImmutableByteCharEmptyMap is an optimization forImmutableByteCharMap
of size 0.(package private) class
ImmutableByteCharHashMap
ImmutableByteCharHashMap is the non-modifiable equivalent ofByteCharHashMap
.(package private) class
ImmutableByteCharSingletonMap
ImmutableByteCharSingletonMap is an optimization forImmutableByteCharMap
of size 1.(package private) class
ImmutableByteDoubleEmptyMap
ImmutableByteDoubleEmptyMap is an optimization forImmutableByteDoubleMap
of size 0.(package private) class
ImmutableByteDoubleHashMap
ImmutableByteDoubleHashMap is the non-modifiable equivalent ofByteDoubleHashMap
.(package private) class
ImmutableByteDoubleSingletonMap
ImmutableByteDoubleSingletonMap is an optimization forImmutableByteDoubleMap
of size 1.(package private) class
ImmutableByteFloatEmptyMap
ImmutableByteFloatEmptyMap is an optimization forImmutableByteFloatMap
of size 0.(package private) class
ImmutableByteFloatHashMap
ImmutableByteFloatHashMap is the non-modifiable equivalent ofByteFloatHashMap
.(package private) class
ImmutableByteFloatSingletonMap
ImmutableByteFloatSingletonMap is an optimization forImmutableByteFloatMap
of size 1.(package private) class
ImmutableByteIntEmptyMap
ImmutableByteIntEmptyMap is an optimization forImmutableByteIntMap
of size 0.(package private) class
ImmutableByteIntHashMap
ImmutableByteIntHashMap is the non-modifiable equivalent ofByteIntHashMap
.(package private) class
ImmutableByteIntSingletonMap
ImmutableByteIntSingletonMap is an optimization forImmutableByteIntMap
of size 1.(package private) class
ImmutableByteLongEmptyMap
ImmutableByteLongEmptyMap is an optimization forImmutableByteLongMap
of size 0.(package private) class
ImmutableByteLongHashMap
ImmutableByteLongHashMap is the non-modifiable equivalent ofByteLongHashMap
.(package private) class
ImmutableByteLongSingletonMap
ImmutableByteLongSingletonMap is an optimization forImmutableByteLongMap
of size 1.(package private) class
ImmutableByteShortEmptyMap
ImmutableByteShortEmptyMap is an optimization forImmutableByteShortMap
of size 0.(package private) class
ImmutableByteShortHashMap
ImmutableByteShortHashMap is the non-modifiable equivalent ofByteShortHashMap
.(package private) class
ImmutableByteShortSingletonMap
ImmutableByteShortSingletonMap is an optimization forImmutableByteShortMap
of size 1.(package private) class
ImmutableCharBooleanEmptyMap
ImmutableCharBooleanEmptyMap is an optimization forImmutableCharBooleanMap
of size 0.(package private) class
ImmutableCharBooleanHashMap
ImmutableCharBooleanHashMap is the non-modifiable equivalent ofCharBooleanHashMap
.(package private) class
ImmutableCharBooleanSingletonMap
ImmutableCharBooleanSingletonMap is an optimization forImmutableCharBooleanMap
of size 1.(package private) class
ImmutableCharByteEmptyMap
ImmutableCharByteEmptyMap is an optimization forImmutableCharByteMap
of size 0.(package private) class
ImmutableCharByteHashMap
ImmutableCharByteHashMap is the non-modifiable equivalent ofCharByteHashMap
.(package private) class
ImmutableCharByteSingletonMap
ImmutableCharByteSingletonMap is an optimization forImmutableCharByteMap
of size 1.(package private) class
ImmutableCharCharEmptyMap
ImmutableCharCharEmptyMap is an optimization forImmutableCharCharMap
of size 0.(package private) class
ImmutableCharCharHashMap
ImmutableCharCharHashMap is the non-modifiable equivalent ofCharCharHashMap
.(package private) class
ImmutableCharCharSingletonMap
ImmutableCharCharSingletonMap is an optimization forImmutableCharCharMap
of size 1.(package private) class
ImmutableCharDoubleEmptyMap
ImmutableCharDoubleEmptyMap is an optimization forImmutableCharDoubleMap
of size 0.(package private) class
ImmutableCharDoubleHashMap
ImmutableCharDoubleHashMap is the non-modifiable equivalent ofCharDoubleHashMap
.(package private) class
ImmutableCharDoubleSingletonMap
ImmutableCharDoubleSingletonMap is an optimization forImmutableCharDoubleMap
of size 1.(package private) class
ImmutableCharFloatEmptyMap
ImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMap
of size 0.(package private) class
ImmutableCharFloatHashMap
ImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap
.(package private) class
ImmutableCharFloatSingletonMap
ImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMap
of size 1.(package private) class
ImmutableCharIntEmptyMap
ImmutableCharIntEmptyMap is an optimization forImmutableCharIntMap
of size 0.(package private) class
ImmutableCharIntHashMap
ImmutableCharIntHashMap is the non-modifiable equivalent ofCharIntHashMap
.(package private) class
ImmutableCharIntSingletonMap
ImmutableCharIntSingletonMap is an optimization forImmutableCharIntMap
of size 1.(package private) class
ImmutableCharLongEmptyMap
ImmutableCharLongEmptyMap is an optimization forImmutableCharLongMap
of size 0.(package private) class
ImmutableCharLongHashMap
ImmutableCharLongHashMap is the non-modifiable equivalent ofCharLongHashMap
.(package private) class
ImmutableCharLongSingletonMap
ImmutableCharLongSingletonMap is an optimization forImmutableCharLongMap
of size 1.(package private) class
ImmutableCharShortEmptyMap
ImmutableCharShortEmptyMap is an optimization forImmutableCharShortMap
of size 0.(package private) class
ImmutableCharShortHashMap
ImmutableCharShortHashMap is the non-modifiable equivalent ofCharShortHashMap
.(package private) class
ImmutableCharShortSingletonMap
ImmutableCharShortSingletonMap is an optimization forImmutableCharShortMap
of size 1.(package private) class
ImmutableDoubleBooleanEmptyMap
ImmutableDoubleBooleanEmptyMap is an optimization forImmutableDoubleBooleanMap
of size 0.(package private) class
ImmutableDoubleBooleanHashMap
ImmutableDoubleBooleanHashMap is the non-modifiable equivalent ofDoubleBooleanHashMap
.(package private) class
ImmutableDoubleBooleanSingletonMap
ImmutableDoubleBooleanSingletonMap is an optimization forImmutableDoubleBooleanMap
of size 1.(package private) class
ImmutableDoubleByteEmptyMap
ImmutableDoubleByteEmptyMap is an optimization forImmutableDoubleByteMap
of size 0.(package private) class
ImmutableDoubleByteHashMap
ImmutableDoubleByteHashMap is the non-modifiable equivalent ofDoubleByteHashMap
.(package private) class
ImmutableDoubleByteSingletonMap
ImmutableDoubleByteSingletonMap is an optimization forImmutableDoubleByteMap
of size 1.(package private) class
ImmutableDoubleCharEmptyMap
ImmutableDoubleCharEmptyMap is an optimization forImmutableDoubleCharMap
of size 0.(package private) class
ImmutableDoubleCharHashMap
ImmutableDoubleCharHashMap is the non-modifiable equivalent ofDoubleCharHashMap
.(package private) class
ImmutableDoubleCharSingletonMap
ImmutableDoubleCharSingletonMap is an optimization forImmutableDoubleCharMap
of size 1.(package private) class
ImmutableDoubleDoubleEmptyMap
ImmutableDoubleDoubleEmptyMap is an optimization forImmutableDoubleDoubleMap
of size 0.(package private) class
ImmutableDoubleDoubleHashMap
ImmutableDoubleDoubleHashMap is the non-modifiable equivalent ofDoubleDoubleHashMap
.(package private) class
ImmutableDoubleDoubleSingletonMap
ImmutableDoubleDoubleSingletonMap is an optimization forImmutableDoubleDoubleMap
of size 1.(package private) class
ImmutableDoubleFloatEmptyMap
ImmutableDoubleFloatEmptyMap is an optimization forImmutableDoubleFloatMap
of size 0.(package private) class
ImmutableDoubleFloatHashMap
ImmutableDoubleFloatHashMap is the non-modifiable equivalent ofDoubleFloatHashMap
.(package private) class
ImmutableDoubleFloatSingletonMap
ImmutableDoubleFloatSingletonMap is an optimization forImmutableDoubleFloatMap
of size 1.(package private) class
ImmutableDoubleIntEmptyMap
ImmutableDoubleIntEmptyMap is an optimization forImmutableDoubleIntMap
of size 0.(package private) class
ImmutableDoubleIntHashMap
ImmutableDoubleIntHashMap is the non-modifiable equivalent ofDoubleIntHashMap
.(package private) class
ImmutableDoubleIntSingletonMap
ImmutableDoubleIntSingletonMap is an optimization forImmutableDoubleIntMap
of size 1.(package private) class
ImmutableDoubleLongEmptyMap
ImmutableDoubleLongEmptyMap is an optimization forImmutableDoubleLongMap
of size 0.(package private) class
ImmutableDoubleLongHashMap
ImmutableDoubleLongHashMap is the non-modifiable equivalent ofDoubleLongHashMap
.(package private) class
ImmutableDoubleLongSingletonMap
ImmutableDoubleLongSingletonMap is an optimization forImmutableDoubleLongMap
of size 1.(package private) class
ImmutableDoubleShortEmptyMap
ImmutableDoubleShortEmptyMap is an optimization forImmutableDoubleShortMap
of size 0.(package private) class
ImmutableDoubleShortHashMap
ImmutableDoubleShortHashMap is the non-modifiable equivalent ofDoubleShortHashMap
.(package private) class
ImmutableDoubleShortSingletonMap
ImmutableDoubleShortSingletonMap is an optimization forImmutableDoubleShortMap
of size 1.(package private) class
ImmutableFloatBooleanEmptyMap
ImmutableFloatBooleanEmptyMap is an optimization forImmutableFloatBooleanMap
of size 0.(package private) class
ImmutableFloatBooleanHashMap
ImmutableFloatBooleanHashMap is the non-modifiable equivalent ofFloatBooleanHashMap
.(package private) class
ImmutableFloatBooleanSingletonMap
ImmutableFloatBooleanSingletonMap is an optimization forImmutableFloatBooleanMap
of size 1.(package private) class
ImmutableFloatByteEmptyMap
ImmutableFloatByteEmptyMap is an optimization forImmutableFloatByteMap
of size 0.(package private) class
ImmutableFloatByteHashMap
ImmutableFloatByteHashMap is the non-modifiable equivalent ofFloatByteHashMap
.(package private) class
ImmutableFloatByteSingletonMap
ImmutableFloatByteSingletonMap is an optimization forImmutableFloatByteMap
of size 1.(package private) class
ImmutableFloatCharEmptyMap
ImmutableFloatCharEmptyMap is an optimization forImmutableFloatCharMap
of size 0.(package private) class
ImmutableFloatCharHashMap
ImmutableFloatCharHashMap is the non-modifiable equivalent ofFloatCharHashMap
.(package private) class
ImmutableFloatCharSingletonMap
ImmutableFloatCharSingletonMap is an optimization forImmutableFloatCharMap
of size 1.(package private) class
ImmutableFloatDoubleEmptyMap
ImmutableFloatDoubleEmptyMap is an optimization forImmutableFloatDoubleMap
of size 0.(package private) class
ImmutableFloatDoubleHashMap
ImmutableFloatDoubleHashMap is the non-modifiable equivalent ofFloatDoubleHashMap
.(package private) class
ImmutableFloatDoubleSingletonMap
ImmutableFloatDoubleSingletonMap is an optimization forImmutableFloatDoubleMap
of size 1.(package private) class
ImmutableFloatFloatEmptyMap
ImmutableFloatFloatEmptyMap is an optimization forImmutableFloatFloatMap
of size 0.(package private) class
ImmutableFloatFloatHashMap
ImmutableFloatFloatHashMap is the non-modifiable equivalent ofFloatFloatHashMap
.(package private) class
ImmutableFloatFloatSingletonMap
ImmutableFloatFloatSingletonMap is an optimization forImmutableFloatFloatMap
of size 1.(package private) class
ImmutableFloatIntEmptyMap
ImmutableFloatIntEmptyMap is an optimization forImmutableFloatIntMap
of size 0.(package private) class
ImmutableFloatIntHashMap
ImmutableFloatIntHashMap is the non-modifiable equivalent ofFloatIntHashMap
.(package private) class
ImmutableFloatIntSingletonMap
ImmutableFloatIntSingletonMap is an optimization forImmutableFloatIntMap
of size 1.(package private) class
ImmutableFloatLongEmptyMap
ImmutableFloatLongEmptyMap is an optimization forImmutableFloatLongMap
of size 0.(package private) class
ImmutableFloatLongHashMap
ImmutableFloatLongHashMap is the non-modifiable equivalent ofFloatLongHashMap
.(package private) class
ImmutableFloatLongSingletonMap
ImmutableFloatLongSingletonMap is an optimization forImmutableFloatLongMap
of size 1.(package private) class
ImmutableFloatShortEmptyMap
ImmutableFloatShortEmptyMap is an optimization forImmutableFloatShortMap
of size 0.(package private) class
ImmutableFloatShortHashMap
ImmutableFloatShortHashMap is the non-modifiable equivalent ofFloatShortHashMap
.(package private) class
ImmutableFloatShortSingletonMap
ImmutableFloatShortSingletonMap is an optimization forImmutableFloatShortMap
of size 1.(package private) class
ImmutableIntBooleanEmptyMap
ImmutableIntBooleanEmptyMap is an optimization forImmutableIntBooleanMap
of size 0.(package private) class
ImmutableIntBooleanHashMap
ImmutableIntBooleanHashMap is the non-modifiable equivalent ofIntBooleanHashMap
.(package private) class
ImmutableIntBooleanSingletonMap
ImmutableIntBooleanSingletonMap is an optimization forImmutableIntBooleanMap
of size 1.(package private) class
ImmutableIntByteEmptyMap
ImmutableIntByteEmptyMap is an optimization forImmutableIntByteMap
of size 0.(package private) class
ImmutableIntByteHashMap
ImmutableIntByteHashMap is the non-modifiable equivalent ofIntByteHashMap
.(package private) class
ImmutableIntByteSingletonMap
ImmutableIntByteSingletonMap is an optimization forImmutableIntByteMap
of size 1.(package private) class
ImmutableIntCharEmptyMap
ImmutableIntCharEmptyMap is an optimization forImmutableIntCharMap
of size 0.(package private) class
ImmutableIntCharHashMap
ImmutableIntCharHashMap is the non-modifiable equivalent ofIntCharHashMap
.(package private) class
ImmutableIntCharSingletonMap
ImmutableIntCharSingletonMap is an optimization forImmutableIntCharMap
of size 1.(package private) class
ImmutableIntDoubleEmptyMap
ImmutableIntDoubleEmptyMap is an optimization forImmutableIntDoubleMap
of size 0.(package private) class
ImmutableIntDoubleHashMap
ImmutableIntDoubleHashMap is the non-modifiable equivalent ofIntDoubleHashMap
.(package private) class
ImmutableIntDoubleSingletonMap
ImmutableIntDoubleSingletonMap is an optimization forImmutableIntDoubleMap
of size 1.(package private) class
ImmutableIntFloatEmptyMap
ImmutableIntFloatEmptyMap is an optimization forImmutableIntFloatMap
of size 0.(package private) class
ImmutableIntFloatHashMap
ImmutableIntFloatHashMap is the non-modifiable equivalent ofIntFloatHashMap
.(package private) class
ImmutableIntFloatSingletonMap
ImmutableIntFloatSingletonMap is an optimization forImmutableIntFloatMap
of size 1.(package private) class
ImmutableIntIntEmptyMap
ImmutableIntIntEmptyMap is an optimization forImmutableIntIntMap
of size 0.(package private) class
ImmutableIntIntHashMap
ImmutableIntIntHashMap is the non-modifiable equivalent ofIntIntHashMap
.(package private) class
ImmutableIntIntSingletonMap
ImmutableIntIntSingletonMap is an optimization forImmutableIntIntMap
of size 1.(package private) class
ImmutableIntLongEmptyMap
ImmutableIntLongEmptyMap is an optimization forImmutableIntLongMap
of size 0.(package private) class
ImmutableIntLongHashMap
ImmutableIntLongHashMap is the non-modifiable equivalent ofIntLongHashMap
.(package private) class
ImmutableIntLongSingletonMap
ImmutableIntLongSingletonMap is an optimization forImmutableIntLongMap
of size 1.(package private) class
ImmutableIntShortEmptyMap
ImmutableIntShortEmptyMap is an optimization forImmutableIntShortMap
of size 0.(package private) class
ImmutableIntShortHashMap
ImmutableIntShortHashMap is the non-modifiable equivalent ofIntShortHashMap
.(package private) class
ImmutableIntShortSingletonMap
ImmutableIntShortSingletonMap is an optimization forImmutableIntShortMap
of size 1.(package private) class
ImmutableLongBooleanEmptyMap
ImmutableLongBooleanEmptyMap is an optimization forImmutableLongBooleanMap
of size 0.(package private) class
ImmutableLongBooleanHashMap
ImmutableLongBooleanHashMap is the non-modifiable equivalent ofLongBooleanHashMap
.(package private) class
ImmutableLongBooleanSingletonMap
ImmutableLongBooleanSingletonMap is an optimization forImmutableLongBooleanMap
of size 1.(package private) class
ImmutableLongByteEmptyMap
ImmutableLongByteEmptyMap is an optimization forImmutableLongByteMap
of size 0.(package private) class
ImmutableLongByteHashMap
ImmutableLongByteHashMap is the non-modifiable equivalent ofLongByteHashMap
.(package private) class
ImmutableLongByteSingletonMap
ImmutableLongByteSingletonMap is an optimization forImmutableLongByteMap
of size 1.(package private) class
ImmutableLongCharEmptyMap
ImmutableLongCharEmptyMap is an optimization forImmutableLongCharMap
of size 0.(package private) class
ImmutableLongCharHashMap
ImmutableLongCharHashMap is the non-modifiable equivalent ofLongCharHashMap
.(package private) class
ImmutableLongCharSingletonMap
ImmutableLongCharSingletonMap is an optimization forImmutableLongCharMap
of size 1.(package private) class
ImmutableLongDoubleEmptyMap
ImmutableLongDoubleEmptyMap is an optimization forImmutableLongDoubleMap
of size 0.(package private) class
ImmutableLongDoubleHashMap
ImmutableLongDoubleHashMap is the non-modifiable equivalent ofLongDoubleHashMap
.(package private) class
ImmutableLongDoubleSingletonMap
ImmutableLongDoubleSingletonMap is an optimization forImmutableLongDoubleMap
of size 1.(package private) class
ImmutableLongFloatEmptyMap
ImmutableLongFloatEmptyMap is an optimization forImmutableLongFloatMap
of size 0.(package private) class
ImmutableLongFloatHashMap
ImmutableLongFloatHashMap is the non-modifiable equivalent ofLongFloatHashMap
.(package private) class
ImmutableLongFloatSingletonMap
ImmutableLongFloatSingletonMap is an optimization forImmutableLongFloatMap
of size 1.(package private) class
ImmutableLongIntEmptyMap
ImmutableLongIntEmptyMap is an optimization forImmutableLongIntMap
of size 0.(package private) class
ImmutableLongIntHashMap
ImmutableLongIntHashMap is the non-modifiable equivalent ofLongIntHashMap
.(package private) class
ImmutableLongIntSingletonMap
ImmutableLongIntSingletonMap is an optimization forImmutableLongIntMap
of size 1.(package private) class
ImmutableLongLongEmptyMap
ImmutableLongLongEmptyMap is an optimization forImmutableLongLongMap
of size 0.(package private) class
ImmutableLongLongHashMap
ImmutableLongLongHashMap is the non-modifiable equivalent ofLongLongHashMap
.(package private) class
ImmutableLongLongSingletonMap
ImmutableLongLongSingletonMap is an optimization forImmutableLongLongMap
of size 1.(package private) class
ImmutableLongShortEmptyMap
ImmutableLongShortEmptyMap is an optimization forImmutableLongShortMap
of size 0.(package private) class
ImmutableLongShortHashMap
ImmutableLongShortHashMap is the non-modifiable equivalent ofLongShortHashMap
.(package private) class
ImmutableLongShortSingletonMap
ImmutableLongShortSingletonMap is an optimization forImmutableLongShortMap
of size 1.(package private) class
ImmutableObjectBooleanEmptyMap<K>
ImmutableObjectBooleanEmptyMap is an optimization forImmutableObjectBooleanMap
of size 0.(package private) class
ImmutableObjectBooleanHashMap<K>
ImmutableObjectBooleanHashMap is the non-modifiable equivalent ofObjectBooleanHashMap
.(package private) class
ImmutableObjectBooleanSingletonMap<K>
ImmutableObjectBooleanSingletonMap is an optimization forImmutableObjectBooleanMap
of size 1.(package private) class
ImmutableObjectByteEmptyMap<K>
ImmutableObjectByteEmptyMap is an optimization forImmutableObjectByteMap
of size 0.(package private) class
ImmutableObjectByteHashMap<K>
ImmutableObjectByteHashMap is the non-modifiable equivalent ofObjectByteHashMap
.(package private) class
ImmutableObjectByteSingletonMap<K>
ImmutableObjectByteSingletonMap is an optimization forImmutableObjectByteMap
of size 1.(package private) class
ImmutableObjectCharEmptyMap<K>
ImmutableObjectCharEmptyMap is an optimization forImmutableObjectCharMap
of size 0.(package private) class
ImmutableObjectCharHashMap<K>
ImmutableObjectCharHashMap is the non-modifiable equivalent ofObjectCharHashMap
.(package private) class
ImmutableObjectCharSingletonMap<K>
ImmutableObjectCharSingletonMap is an optimization forImmutableObjectCharMap
of size 1.(package private) class
ImmutableObjectDoubleEmptyMap<K>
ImmutableObjectDoubleEmptyMap is an optimization forImmutableObjectDoubleMap
of size 0.(package private) class
ImmutableObjectDoubleHashMap<K>
ImmutableObjectDoubleHashMap is the non-modifiable equivalent ofObjectDoubleHashMap
.(package private) class
ImmutableObjectDoubleSingletonMap<K>
ImmutableObjectDoubleSingletonMap is an optimization forImmutableObjectDoubleMap
of size 1.(package private) class
ImmutableObjectFloatEmptyMap<K>
ImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMap
of size 0.(package private) class
ImmutableObjectFloatHashMap<K>
ImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap
.(package private) class
ImmutableObjectFloatSingletonMap<K>
ImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMap
of size 1.(package private) class
ImmutableObjectIntEmptyMap<K>
ImmutableObjectIntEmptyMap is an optimization forImmutableObjectIntMap
of size 0.(package private) class
ImmutableObjectIntHashMap<K>
ImmutableObjectIntHashMap is the non-modifiable equivalent ofObjectIntHashMap
.(package private) class
ImmutableObjectIntSingletonMap<K>
ImmutableObjectIntSingletonMap is an optimization forImmutableObjectIntMap
of size 1.(package private) class
ImmutableObjectLongEmptyMap<K>
ImmutableObjectLongEmptyMap is an optimization forImmutableObjectLongMap
of size 0.(package private) class
ImmutableObjectLongHashMap<K>
ImmutableObjectLongHashMap is the non-modifiable equivalent ofObjectLongHashMap
.(package private) class
ImmutableObjectLongSingletonMap<K>
ImmutableObjectLongSingletonMap is an optimization forImmutableObjectLongMap
of size 1.(package private) class
ImmutableObjectShortEmptyMap<K>
ImmutableObjectShortEmptyMap is an optimization forImmutableObjectShortMap
of size 0.(package private) class
ImmutableObjectShortHashMap<K>
ImmutableObjectShortHashMap is the non-modifiable equivalent ofObjectShortHashMap
.(package private) class
ImmutableObjectShortSingletonMap<K>
ImmutableObjectShortSingletonMap is an optimization forImmutableObjectShortMap
of size 1.(package private) class
ImmutableShortBooleanEmptyMap
ImmutableShortBooleanEmptyMap is an optimization forImmutableShortBooleanMap
of size 0.(package private) class
ImmutableShortBooleanHashMap
ImmutableShortBooleanHashMap is the non-modifiable equivalent ofShortBooleanHashMap
.(package private) class
ImmutableShortBooleanSingletonMap
ImmutableShortBooleanSingletonMap is an optimization forImmutableShortBooleanMap
of size 1.(package private) class
ImmutableShortByteEmptyMap
ImmutableShortByteEmptyMap is an optimization forImmutableShortByteMap
of size 0.(package private) class
ImmutableShortByteHashMap
ImmutableShortByteHashMap is the non-modifiable equivalent ofShortByteHashMap
.(package private) class
ImmutableShortByteSingletonMap
ImmutableShortByteSingletonMap is an optimization forImmutableShortByteMap
of size 1.(package private) class
ImmutableShortCharEmptyMap
ImmutableShortCharEmptyMap is an optimization forImmutableShortCharMap
of size 0.(package private) class
ImmutableShortCharHashMap
ImmutableShortCharHashMap is the non-modifiable equivalent ofShortCharHashMap
.(package private) class
ImmutableShortCharSingletonMap
ImmutableShortCharSingletonMap is an optimization forImmutableShortCharMap
of size 1.(package private) class
ImmutableShortDoubleEmptyMap
ImmutableShortDoubleEmptyMap is an optimization forImmutableShortDoubleMap
of size 0.(package private) class
ImmutableShortDoubleHashMap
ImmutableShortDoubleHashMap is the non-modifiable equivalent ofShortDoubleHashMap
.(package private) class
ImmutableShortDoubleSingletonMap
ImmutableShortDoubleSingletonMap is an optimization forImmutableShortDoubleMap
of size 1.(package private) class
ImmutableShortFloatEmptyMap
ImmutableShortFloatEmptyMap is an optimization forImmutableShortFloatMap
of size 0.(package private) class
ImmutableShortFloatHashMap
ImmutableShortFloatHashMap is the non-modifiable equivalent ofShortFloatHashMap
.(package private) class
ImmutableShortFloatSingletonMap
ImmutableShortFloatSingletonMap is an optimization forImmutableShortFloatMap
of size 1.(package private) class
ImmutableShortIntEmptyMap
ImmutableShortIntEmptyMap is an optimization forImmutableShortIntMap
of size 0.(package private) class
ImmutableShortIntHashMap
ImmutableShortIntHashMap is the non-modifiable equivalent ofShortIntHashMap
.(package private) class
ImmutableShortIntSingletonMap
ImmutableShortIntSingletonMap is an optimization forImmutableShortIntMap
of size 1.(package private) class
ImmutableShortLongEmptyMap
ImmutableShortLongEmptyMap is an optimization forImmutableShortLongMap
of size 0.(package private) class
ImmutableShortLongHashMap
ImmutableShortLongHashMap is the non-modifiable equivalent ofShortLongHashMap
.(package private) class
ImmutableShortLongSingletonMap
ImmutableShortLongSingletonMap is an optimization forImmutableShortLongMap
of size 1.(package private) class
ImmutableShortShortEmptyMap
ImmutableShortShortEmptyMap is an optimization forImmutableShortShortMap
of size 0.(package private) class
ImmutableShortShortHashMap
ImmutableShortShortHashMap is the non-modifiable equivalent ofShortShortHashMap
.(package private) class
ImmutableShortShortSingletonMap
ImmutableShortShortSingletonMap is an optimization forImmutableShortShortMap
of size 1. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractMutableBooleanValuesMap
protected class
AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection
class
AbstractMutableByteKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
AbstractMutableByteValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
AbstractMutableByteValuesMap.AbstractByteValuesCollection
class
AbstractMutableCharKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
AbstractMutableCharValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
AbstractMutableCharValuesMap.AbstractCharValuesCollection
class
AbstractMutableDoubleKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
AbstractMutableDoubleValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection
class
AbstractMutableFloatKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
AbstractMutableFloatValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
AbstractMutableFloatValuesMap.AbstractFloatValuesCollection
class
AbstractMutableIntKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
AbstractMutableIntValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
AbstractMutableIntValuesMap.AbstractIntValuesCollection
class
AbstractMutableLongKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
AbstractMutableLongValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
AbstractMutableLongValuesMap.AbstractLongValuesCollection
class
AbstractMutableShortKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
AbstractMutableShortValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
AbstractMutableShortValuesMap.AbstractShortValuesCollection
class
ByteBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.private class
ByteBooleanHashMap.KeySet
private class
ByteBooleanHashMap.KeysView
private class
ByteBooleanHashMap.ValuesCollection
class
ByteByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ByteByteHashMap.KeySet
private class
ByteByteHashMap.KeysView
private class
ByteByteHashMap.ValuesCollection
class
ByteCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ByteCharHashMap.KeySet
private class
ByteCharHashMap.KeysView
private class
ByteCharHashMap.ValuesCollection
class
ByteDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ByteDoubleHashMap.KeySet
private class
ByteDoubleHashMap.KeysView
private class
ByteDoubleHashMap.ValuesCollection
class
ByteFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ByteFloatHashMap.KeySet
private class
ByteFloatHashMap.KeysView
private class
ByteFloatHashMap.ValuesCollection
class
ByteIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ByteIntHashMap.KeySet
private class
ByteIntHashMap.KeysView
private class
ByteIntHashMap.ValuesCollection
class
ByteLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ByteLongHashMap.KeySet
private class
ByteLongHashMap.KeysView
private class
ByteLongHashMap.ValuesCollection
private class
ByteObjectHashMap.KeySet
private class
ByteObjectHashMap.KeysView
class
ByteShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ByteShortHashMap.KeySet
private class
ByteShortHashMap.KeysView
private class
ByteShortHashMap.ValuesCollection
class
CharBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.private class
CharBooleanHashMap.KeySet
private class
CharBooleanHashMap.KeysView
private class
CharBooleanHashMap.ValuesCollection
class
CharByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
CharByteHashMap.KeySet
private class
CharByteHashMap.KeysView
private class
CharByteHashMap.ValuesCollection
class
CharCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
CharCharHashMap.KeySet
private class
CharCharHashMap.KeysView
private class
CharCharHashMap.ValuesCollection
class
CharDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
CharDoubleHashMap.KeySet
private class
CharDoubleHashMap.KeysView
private class
CharDoubleHashMap.ValuesCollection
class
CharFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
CharFloatHashMap.KeySet
private class
CharFloatHashMap.KeysView
private class
CharFloatHashMap.ValuesCollection
class
CharIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
CharIntHashMap.KeySet
private class
CharIntHashMap.KeysView
private class
CharIntHashMap.ValuesCollection
class
CharLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
CharLongHashMap.KeySet
private class
CharLongHashMap.KeysView
private class
CharLongHashMap.ValuesCollection
private class
CharObjectHashMap.KeySet
private class
CharObjectHashMap.KeysView
class
CharShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
CharShortHashMap.KeySet
private class
CharShortHashMap.KeysView
private class
CharShortHashMap.ValuesCollection
class
DoubleBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.private class
DoubleBooleanHashMap.KeySet
private class
DoubleBooleanHashMap.KeysView
private class
DoubleBooleanHashMap.ValuesCollection
class
DoubleByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
DoubleByteHashMap.KeySet
private class
DoubleByteHashMap.KeysView
private class
DoubleByteHashMap.ValuesCollection
class
DoubleCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
DoubleCharHashMap.KeySet
private class
DoubleCharHashMap.KeysView
private class
DoubleCharHashMap.ValuesCollection
class
DoubleDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
DoubleDoubleHashMap.KeySet
private class
DoubleDoubleHashMap.KeysView
private class
DoubleDoubleHashMap.ValuesCollection
class
DoubleFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
DoubleFloatHashMap.KeySet
private class
DoubleFloatHashMap.KeysView
private class
DoubleFloatHashMap.ValuesCollection
class
DoubleIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
DoubleIntHashMap.KeySet
private class
DoubleIntHashMap.KeysView
private class
DoubleIntHashMap.ValuesCollection
class
DoubleLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
DoubleLongHashMap.KeySet
private class
DoubleLongHashMap.KeysView
private class
DoubleLongHashMap.ValuesCollection
private class
DoubleObjectHashMap.KeySet
private class
DoubleObjectHashMap.KeysView
class
DoubleShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
DoubleShortHashMap.KeySet
private class
DoubleShortHashMap.KeysView
private class
DoubleShortHashMap.ValuesCollection
class
FloatBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.private class
FloatBooleanHashMap.KeySet
private class
FloatBooleanHashMap.KeysView
private class
FloatBooleanHashMap.ValuesCollection
class
FloatByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
FloatByteHashMap.KeySet
private class
FloatByteHashMap.KeysView
private class
FloatByteHashMap.ValuesCollection
class
FloatCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
FloatCharHashMap.KeySet
private class
FloatCharHashMap.KeysView
private class
FloatCharHashMap.ValuesCollection
class
FloatDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
FloatDoubleHashMap.KeySet
private class
FloatDoubleHashMap.KeysView
private class
FloatDoubleHashMap.ValuesCollection
class
FloatFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
FloatFloatHashMap.KeySet
private class
FloatFloatHashMap.KeysView
private class
FloatFloatHashMap.ValuesCollection
class
FloatIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
FloatIntHashMap.KeySet
private class
FloatIntHashMap.KeysView
private class
FloatIntHashMap.ValuesCollection
class
FloatLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
FloatLongHashMap.KeySet
private class
FloatLongHashMap.KeysView
private class
FloatLongHashMap.ValuesCollection
private class
FloatObjectHashMap.KeySet
private class
FloatObjectHashMap.KeysView
class
FloatShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
FloatShortHashMap.KeySet
private class
FloatShortHashMap.KeysView
private class
FloatShortHashMap.ValuesCollection
(package private) class
ImmutableByteByteMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableByteMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableCharCharMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableCharMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableDoubleDoubleMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableDoubleMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableFloatFloatMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableFloatMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableIntIntMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableIntMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableLongLongMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableLongMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableShortMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableShortShortMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stgclass
IntBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.private class
IntBooleanHashMap.KeySet
private class
IntBooleanHashMap.KeysView
private class
IntBooleanHashMap.ValuesCollection
class
IntByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
IntByteHashMap.KeySet
private class
IntByteHashMap.KeysView
private class
IntByteHashMap.ValuesCollection
class
IntCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
IntCharHashMap.KeySet
private class
IntCharHashMap.KeysView
private class
IntCharHashMap.ValuesCollection
class
IntDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
IntDoubleHashMap.KeySet
private class
IntDoubleHashMap.KeysView
private class
IntDoubleHashMap.ValuesCollection
class
IntFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
IntFloatHashMap.KeySet
private class
IntFloatHashMap.KeysView
private class
IntFloatHashMap.ValuesCollection
class
IntIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
IntIntHashMap.KeySet
private class
IntIntHashMap.KeysView
private class
IntIntHashMap.ValuesCollection
class
IntLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
IntLongHashMap.KeySet
private class
IntLongHashMap.KeysView
private class
IntLongHashMap.ValuesCollection
private class
IntObjectHashMap.KeySet
private class
IntObjectHashMap.KeysView
class
IntShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
IntShortHashMap.KeySet
private class
IntShortHashMap.KeysView
private class
IntShortHashMap.ValuesCollection
class
LongBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.private class
LongBooleanHashMap.KeySet
private class
LongBooleanHashMap.KeysView
private class
LongBooleanHashMap.ValuesCollection
class
LongByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
LongByteHashMap.KeySet
private class
LongByteHashMap.KeysView
private class
LongByteHashMap.ValuesCollection
class
LongCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
LongCharHashMap.KeySet
private class
LongCharHashMap.KeysView
private class
LongCharHashMap.ValuesCollection
class
LongDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
LongDoubleHashMap.KeySet
private class
LongDoubleHashMap.KeysView
private class
LongDoubleHashMap.ValuesCollection
class
LongFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
LongFloatHashMap.KeySet
private class
LongFloatHashMap.KeysView
private class
LongFloatHashMap.ValuesCollection
class
LongIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
LongIntHashMap.KeySet
private class
LongIntHashMap.KeysView
private class
LongIntHashMap.ValuesCollection
class
LongLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
LongLongHashMap.KeySet
private class
LongLongHashMap.KeysView
private class
LongLongHashMap.ValuesCollection
private class
LongObjectHashMap.KeySet
private class
LongObjectHashMap.KeysView
class
LongShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
LongShortHashMap.KeySet
private class
LongShortHashMap.KeysView
private class
LongShortHashMap.ValuesCollection
class
ObjectBooleanHashMap<K>
private class
ObjectBooleanHashMap.ValuesCollection
class
ObjectBooleanHashMapWithHashingStrategy<K>
private class
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection
class
ObjectByteHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
ObjectByteHashMap.ValuesCollection
class
ObjectByteHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
ObjectByteHashMapWithHashingStrategy.ValuesCollection
class
ObjectCharHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
ObjectCharHashMap.ValuesCollection
class
ObjectCharHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
ObjectCharHashMapWithHashingStrategy.ValuesCollection
class
ObjectDoubleHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
ObjectDoubleHashMap.ValuesCollection
class
ObjectDoubleHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection
class
ObjectFloatHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
ObjectFloatHashMap.ValuesCollection
class
ObjectFloatHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
ObjectFloatHashMapWithHashingStrategy.ValuesCollection
class
ObjectIntHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
ObjectIntHashMap.ValuesCollection
class
ObjectIntHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
ObjectIntHashMapWithHashingStrategy.ValuesCollection
class
ObjectLongHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
ObjectLongHashMap.ValuesCollection
class
ObjectLongHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
ObjectLongHashMapWithHashingStrategy.ValuesCollection
class
ObjectShortHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
ObjectShortHashMap.ValuesCollection
class
ObjectShortHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
ObjectShortHashMapWithHashingStrategy.ValuesCollection
class
ShortBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.private class
ShortBooleanHashMap.KeySet
private class
ShortBooleanHashMap.KeysView
private class
ShortBooleanHashMap.ValuesCollection
class
ShortByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ShortByteHashMap.KeySet
private class
ShortByteHashMap.KeysView
private class
ShortByteHashMap.ValuesCollection
class
ShortCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ShortCharHashMap.KeySet
private class
ShortCharHashMap.KeysView
private class
ShortCharHashMap.ValuesCollection
class
ShortDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ShortDoubleHashMap.KeySet
private class
ShortDoubleHashMap.KeysView
private class
ShortDoubleHashMap.ValuesCollection
class
ShortFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ShortFloatHashMap.KeySet
private class
ShortFloatHashMap.KeysView
private class
ShortFloatHashMap.ValuesCollection
class
ShortIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ShortIntHashMap.KeySet
private class
ShortIntHashMap.KeysView
private class
ShortIntHashMap.ValuesCollection
class
ShortLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ShortLongHashMap.KeySet
private class
ShortLongHashMap.KeysView
private class
ShortLongHashMap.ValuesCollection
private class
ShortObjectHashMap.KeySet
private class
ShortObjectHashMap.KeysView
class
ShortShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
ShortShortHashMap.KeySet
private class
ShortShortHashMap.KeysView
private class
ShortShortHashMap.ValuesCollection
class
SynchronizedByteBooleanMap
A synchronized view of aMutableByteBooleanMap
.class
SynchronizedByteByteMap
A synchronized view of aMutableByteByteMap
.class
SynchronizedByteCharMap
A synchronized view of aMutableByteCharMap
.class
SynchronizedByteDoubleMap
A synchronized view of aMutableByteDoubleMap
.class
SynchronizedByteFloatMap
A synchronized view of aMutableByteFloatMap
.class
SynchronizedByteIntMap
A synchronized view of aMutableByteIntMap
.class
SynchronizedByteLongMap
A synchronized view of aMutableByteLongMap
.class
SynchronizedByteShortMap
A synchronized view of aMutableByteShortMap
.class
SynchronizedCharBooleanMap
A synchronized view of aMutableCharBooleanMap
.class
SynchronizedCharByteMap
A synchronized view of aMutableCharByteMap
.class
SynchronizedCharCharMap
A synchronized view of aMutableCharCharMap
.class
SynchronizedCharDoubleMap
A synchronized view of aMutableCharDoubleMap
.class
SynchronizedCharFloatMap
A synchronized view of aMutableCharFloatMap
.class
SynchronizedCharIntMap
A synchronized view of aMutableCharIntMap
.class
SynchronizedCharLongMap
A synchronized view of aMutableCharLongMap
.class
SynchronizedCharShortMap
A synchronized view of aMutableCharShortMap
.class
SynchronizedDoubleBooleanMap
A synchronized view of aMutableDoubleBooleanMap
.class
SynchronizedDoubleByteMap
A synchronized view of aMutableDoubleByteMap
.class
SynchronizedDoubleCharMap
A synchronized view of aMutableDoubleCharMap
.class
SynchronizedDoubleDoubleMap
A synchronized view of aMutableDoubleDoubleMap
.class
SynchronizedDoubleFloatMap
A synchronized view of aMutableDoubleFloatMap
.class
SynchronizedDoubleIntMap
A synchronized view of aMutableDoubleIntMap
.class
SynchronizedDoubleLongMap
A synchronized view of aMutableDoubleLongMap
.class
SynchronizedDoubleShortMap
A synchronized view of aMutableDoubleShortMap
.class
SynchronizedFloatBooleanMap
A synchronized view of aMutableFloatBooleanMap
.class
SynchronizedFloatByteMap
A synchronized view of aMutableFloatByteMap
.class
SynchronizedFloatCharMap
A synchronized view of aMutableFloatCharMap
.class
SynchronizedFloatDoubleMap
A synchronized view of aMutableFloatDoubleMap
.class
SynchronizedFloatFloatMap
A synchronized view of aMutableFloatFloatMap
.class
SynchronizedFloatIntMap
A synchronized view of aMutableFloatIntMap
.class
SynchronizedFloatLongMap
A synchronized view of aMutableFloatLongMap
.class
SynchronizedFloatShortMap
A synchronized view of aMutableFloatShortMap
.class
SynchronizedIntBooleanMap
A synchronized view of aMutableIntBooleanMap
.class
SynchronizedIntByteMap
A synchronized view of aMutableIntByteMap
.class
SynchronizedIntCharMap
A synchronized view of aMutableIntCharMap
.class
SynchronizedIntDoubleMap
A synchronized view of aMutableIntDoubleMap
.class
SynchronizedIntFloatMap
A synchronized view of aMutableIntFloatMap
.class
SynchronizedIntIntMap
A synchronized view of aMutableIntIntMap
.class
SynchronizedIntLongMap
A synchronized view of aMutableIntLongMap
.class
SynchronizedIntShortMap
A synchronized view of aMutableIntShortMap
.class
SynchronizedLongBooleanMap
A synchronized view of aMutableLongBooleanMap
.class
SynchronizedLongByteMap
A synchronized view of aMutableLongByteMap
.class
SynchronizedLongCharMap
A synchronized view of aMutableLongCharMap
.class
SynchronizedLongDoubleMap
A synchronized view of aMutableLongDoubleMap
.class
SynchronizedLongFloatMap
A synchronized view of aMutableLongFloatMap
.class
SynchronizedLongIntMap
A synchronized view of aMutableLongIntMap
.class
SynchronizedLongLongMap
A synchronized view of aMutableLongLongMap
.class
SynchronizedLongShortMap
A synchronized view of aMutableLongShortMap
.class
SynchronizedObjectBooleanMap<K>
A synchronized view of aMutableObjectBooleanMap
.class
SynchronizedObjectByteMap<K>
A synchronized view of aMutableObjectByteMap
.class
SynchronizedObjectCharMap<K>
A synchronized view of aMutableObjectCharMap
.class
SynchronizedObjectDoubleMap<K>
A synchronized view of aMutableObjectDoubleMap
.class
SynchronizedObjectFloatMap<K>
A synchronized view of aMutableObjectFloatMap
.class
SynchronizedObjectIntMap<K>
A synchronized view of aMutableObjectIntMap
.class
SynchronizedObjectLongMap<K>
A synchronized view of aMutableObjectLongMap
.class
SynchronizedObjectShortMap<K>
A synchronized view of aMutableObjectShortMap
.class
SynchronizedShortBooleanMap
A synchronized view of aMutableShortBooleanMap
.class
SynchronizedShortByteMap
A synchronized view of aMutableShortByteMap
.class
SynchronizedShortCharMap
A synchronized view of aMutableShortCharMap
.class
SynchronizedShortDoubleMap
A synchronized view of aMutableShortDoubleMap
.class
SynchronizedShortFloatMap
A synchronized view of aMutableShortFloatMap
.class
SynchronizedShortIntMap
A synchronized view of aMutableShortIntMap
.class
SynchronizedShortLongMap
A synchronized view of aMutableShortLongMap
.class
SynchronizedShortShortMap
A synchronized view of aMutableShortShortMap
.class
UnmodifiableByteBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableByteByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableByteCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableByteDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableByteFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableByteIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableByteLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableByteShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableObjectBooleanMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableObjectByteMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableObjectCharMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableObjectDoubleMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableObjectFloatMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableObjectIntMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableObjectLongMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableObjectShortMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
UnmodifiableShortBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractBooleanIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
AbstractByteIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
AbstractCharIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
AbstractDoubleIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
AbstractFloatIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
AbstractIntIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
AbstractLongIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
AbstractShortIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
SynchronizedBooleanIterable
A synchronized view of a BooleanIterable.class
SynchronizedByteIterable
A synchronized view of a ByteIterable.class
SynchronizedCharIterable
A synchronized view of a CharIterable.class
SynchronizedDoubleIterable
A synchronized view of a DoubleIterable.class
SynchronizedFloatIterable
A synchronized view of a FloatIterable.class
SynchronizedIntIterable
A synchronized view of a IntIterable.class
SynchronizedLongIterable
A synchronized view of a LongIterable.class
SynchronizedShortIterable
A synchronized view of a ShortIterable. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractImmutableByteSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.class
AbstractImmutableCharSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.class
AbstractImmutableDoubleSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.class
AbstractImmutableFloatSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.class
AbstractImmutableIntSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.class
AbstractImmutableLongSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.class
AbstractImmutableShortSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableBooleanEmptySet
(package private) class
ImmutableByteEmptySet
ImmutableByteEmptySet is an optimization forImmutableByteSet
of size 0.(package private) class
ImmutableByteSingletonSet
ImmutableByteSingletonSet is an optimization forImmutableByteSet
of size 1.(package private) class
ImmutableCharEmptySet
ImmutableCharEmptySet is an optimization forImmutableCharSet
of size 0.(package private) class
ImmutableCharSingletonSet
ImmutableCharSingletonSet is an optimization forImmutableCharSet
of size 1.(package private) class
ImmutableDoubleEmptySet
ImmutableDoubleEmptySet is an optimization forImmutableDoubleSet
of size 0.(package private) class
ImmutableDoubleSingletonSet
ImmutableDoubleSingletonSet is an optimization forImmutableDoubleSet
of size 1.(package private) class
ImmutableFalseSet
(package private) class
ImmutableFloatEmptySet
ImmutableFloatEmptySet is an optimization forImmutableFloatSet
of size 0.(package private) class
ImmutableFloatSingletonSet
ImmutableFloatSingletonSet is an optimization forImmutableFloatSet
of size 1.(package private) class
ImmutableIntEmptySet
ImmutableIntEmptySet is an optimization forImmutableIntSet
of size 0.(package private) class
ImmutableIntSingletonSet
ImmutableIntSingletonSet is an optimization forImmutableIntSet
of size 1.(package private) class
ImmutableLongEmptySet
ImmutableLongEmptySet is an optimization forImmutableLongSet
of size 0.(package private) class
ImmutableLongSingletonSet
ImmutableLongSingletonSet is an optimization forImmutableLongSet
of size 1.(package private) class
ImmutableShortEmptySet
ImmutableShortEmptySet is an optimization forImmutableShortSet
of size 0.(package private) class
ImmutableShortSingletonSet
ImmutableShortSingletonSet is an optimization forImmutableShortSet
of size 1.(package private) class
ImmutableTrueFalseSet
(package private) class
ImmutableTrueSet
-
Uses of PrimitiveIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
BooleanHashSet
class
ByteHashSet
private static class
ByteHashSet.ImmutableByteHashSet
class
CharHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
CharHashSet.ImmutableCharHashSet
class
DoubleHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
DoubleHashSet.ImmutableDoubleHashSet
class
FloatHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
FloatHashSet.ImmutableFloatHashSet
class
IntHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
IntHashSet.ImmutableIntHashSet
class
LongHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
LongHashSet.ImmutableLongHashSet
class
ShortHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
ShortHashSet.ImmutableShortHashSet
class
SynchronizedBooleanSet
A synchronized view of aMutableBooleanSet
.class
SynchronizedByteSet
A synchronized view of aMutableByteSet
.class
SynchronizedCharSet
A synchronized view of aMutableCharSet
.class
SynchronizedDoubleSet
A synchronized view of aMutableDoubleSet
.class
SynchronizedFloatSet
A synchronized view of aMutableFloatSet
.class
SynchronizedIntSet
A synchronized view of aMutableIntSet
.class
SynchronizedLongSet
A synchronized view of aMutableLongSet
.class
SynchronizedShortSet
A synchronized view of aMutableShortSet
.class
UnmodifiableBooleanSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.class
UnmodifiableByteSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.class
UnmodifiableCharSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.class
UnmodifiableDoubleSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.class
UnmodifiableFloatSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.class
UnmodifiableIntSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.class
UnmodifiableLongSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.class
UnmodifiableShortSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractByteSet
This file was automatically generated from template file abstractPrimitiveSet.stg.class
AbstractCharSet
This file was automatically generated from template file abstractPrimitiveSet.stg.class
AbstractDoubleSet
This file was automatically generated from template file abstractPrimitiveSet.stg.class
AbstractFloatSet
This file was automatically generated from template file abstractPrimitiveSet.stg.class
AbstractIntSet
This file was automatically generated from template file abstractPrimitiveSet.stg.class
AbstractLongSet
This file was automatically generated from template file abstractPrimitiveSet.stg.class
AbstractShortSet
This file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement PrimitiveIterable Modifier and Type Class Description (package private) class
ImmutableBooleanArrayStack
ImmutableBooleanArrayStack is the non-modifiable equivalent ofBooleanArrayStack
.(package private) class
ImmutableBooleanEmptyStack
ImmutableBooleanEmptyStack is an optimization forImmutableBooleanStack
of size 0.(package private) class
ImmutableBooleanSingletonStack
ImmutableBooleanSingletonStack is an optimization forImmutableBooleanStack
of size 1.(package private) class
ImmutableByteArrayStack
ImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack
.(package private) class
ImmutableByteEmptyStack
ImmutableByteEmptyStack is an optimization forImmutableByteStack
of size 0.(package private) class
ImmutableByteSingletonStack
ImmutableByteSingletonStack is an optimization forImmutableByteStack
of size 1.(package private) class
ImmutableCharArrayStack
ImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack
.(package private) class
ImmutableCharEmptyStack
ImmutableCharEmptyStack is an optimization forImmutableCharStack
of size 0.(package private) class
ImmutableCharSingletonStack
ImmutableCharSingletonStack is an optimization forImmutableCharStack
of size 1.(package private) class
ImmutableDoubleArrayStack
ImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack
.(package private) class
ImmutableDoubleEmptyStack
ImmutableDoubleEmptyStack is an optimization forImmutableDoubleStack
of size 0.(package private) class
ImmutableDoubleSingletonStack
ImmutableDoubleSingletonStack is an optimization forImmutableDoubleStack
of size 1.(package private) class
ImmutableFloatArrayStack
ImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack
.(package private) class
ImmutableFloatEmptyStack
ImmutableFloatEmptyStack is an optimization forImmutableFloatStack
of size 0.(package private) class
ImmutableFloatSingletonStack
ImmutableFloatSingletonStack is an optimization forImmutableFloatStack
of size 1.(package private) class
ImmutableIntArrayStack
ImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack
.(package private) class
ImmutableIntEmptyStack
ImmutableIntEmptyStack is an optimization forImmutableIntStack
of size 0.(package private) class
ImmutableIntSingletonStack
ImmutableIntSingletonStack is an optimization forImmutableIntStack
of size 1.(package private) class
ImmutableLongArrayStack
ImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack
.(package private) class
ImmutableLongEmptyStack
ImmutableLongEmptyStack is an optimization forImmutableLongStack
of size 0.(package private) class
ImmutableLongSingletonStack
ImmutableLongSingletonStack is an optimization forImmutableLongStack
of size 1.(package private) class
ImmutableShortArrayStack
ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack
.(package private) class
ImmutableShortEmptyStack
ImmutableShortEmptyStack is an optimization forImmutableShortStack
of size 0.(package private) class
ImmutableShortSingletonStack
ImmutableShortSingletonStack is an optimization forImmutableShortStack
of size 1. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement PrimitiveIterable Modifier and Type Class Description class
BooleanArrayStack
BooleanArrayStack is similar toArrayStack
, and is memory-optimized for boolean primitives.class
ByteArrayStack
ByteArrayStack is similar toArrayStack
, and is memory-optimized for byte primitives.class
CharArrayStack
CharArrayStack is similar toArrayStack
, and is memory-optimized for char primitives.class
DoubleArrayStack
DoubleArrayStack is similar toArrayStack
, and is memory-optimized for double primitives.class
FloatArrayStack
FloatArrayStack is similar toArrayStack
, and is memory-optimized for float primitives.class
IntArrayStack
IntArrayStack is similar toArrayStack
, and is memory-optimized for int primitives.class
LongArrayStack
LongArrayStack is similar toArrayStack
, and is memory-optimized for long primitives.class
ShortArrayStack
ShortArrayStack is similar toArrayStack
, and is memory-optimized for short primitives.class
SynchronizedBooleanStack
A synchronized view of aMutableBooleanStack
.class
SynchronizedByteStack
A synchronized view of aMutableByteStack
.class
SynchronizedCharStack
A synchronized view of aMutableCharStack
.class
SynchronizedDoubleStack
A synchronized view of aMutableDoubleStack
.class
SynchronizedFloatStack
A synchronized view of aMutableFloatStack
.class
SynchronizedIntStack
A synchronized view of aMutableIntStack
.class
SynchronizedLongStack
A synchronized view of aMutableLongStack
.class
SynchronizedShortStack
A synchronized view of aMutableShortStack
.class
UnmodifiableBooleanStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.class
UnmodifiableByteStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.class
UnmodifiableCharStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.class
UnmodifiableDoubleStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.class
UnmodifiableFloatStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.class
UnmodifiableIntStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.class
UnmodifiableLongStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.class
UnmodifiableShortStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement PrimitiveIterable Modifier and Type Class Description class
AbstractBooleanStack
This file was automatically generated from template file abstractPrimitiveStack.stg.class
AbstractByteStack
This file was automatically generated from template file abstractPrimitiveStack.stg.class
AbstractCharStack
This file was automatically generated from template file abstractPrimitiveStack.stg.class
AbstractDoubleStack
This file was automatically generated from template file abstractPrimitiveStack.stg.class
AbstractFloatStack
This file was automatically generated from template file abstractPrimitiveStack.stg.class
AbstractIntStack
This file was automatically generated from template file abstractPrimitiveStack.stg.class
AbstractLongStack
This file was automatically generated from template file abstractPrimitiveStack.stg.class
AbstractShortStack
This file was automatically generated from template file abstractPrimitiveStack.stg. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement PrimitiveIterable Modifier and Type Class Description class
CharAdapter
Provides a view into the char[] stored in a String as an ImmutableCharList.class
CodePointAdapter
Calculates and provides the code points stored in a String as an ImmutableIntList.class
CodePointList
Calculates and provides the code points stored in a String as an ImmutableIntList. -
Uses of PrimitiveIterable in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type PrimitiveIterable Modifier and Type Method Description static void
Verify. assertEmpty(java.lang.String iterableName, PrimitiveIterable primitiveIterable)
Assert that the givenPrimitiveIterable
is empty.static void
Verify. assertEmpty(PrimitiveIterable primitiveIterable)
Assert that the givenPrimitiveIterable
is empty.static void
Verify. assertNotEmpty(java.lang.String iterableName, PrimitiveIterable primitiveIterable)
Assert that the givenPrimitiveIterable
is not empty.static void
Verify. assertNotEmpty(PrimitiveIterable primitiveIterable)
Assert that the givenPrimitiveIterable
is not empty.static void
Verify. assertSize(int expectedSize, PrimitiveIterable primitiveIterable)
Assert the size of the givenPrimitiveIterable
.static void
Verify. assertSize(java.lang.String primitiveIterableName, int expectedSize, PrimitiveIterable actualPrimitiveIterable)
Assert the size of the givenPrimitiveIterable
.
-