Package | Description |
---|---|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list 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.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.string.immutable |
Modifier and Type | Class | Description |
---|---|---|
class |
IntHashBag |
IntHashBag is similar to
HashBag , and is memory-optimized for int primitives. |
Modifier and Type | Class | Description |
---|---|---|
class |
IntArrayList |
IntArrayList is similar to
FastList , and is memory-optimized for int primitives. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableIntValuesMap |
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.
|
class |
ByteIntHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
CharIntHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
DoubleIntHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
FloatIntHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
IntIntHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
LongIntHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
ShortIntHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableIntSet |
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IntHashSet |
This file was automatically generated from template file primitiveHashSet.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractIntSet |
This file was automatically generated from template file abstractPrimitiveSet.stg.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Copyright © 2004–2019. All rights reserved.