| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
| Class and Description |
|---|
| ImmutableBooleanListFactory
A factory which creates instances of type
ImmutableBooleanList. |
| ImmutableByteListFactory
A factory which creates instances of type
ImmutableByteList. |
| ImmutableCharListFactory
A factory which creates instances of type
ImmutableCharList. |
| ImmutableDoubleListFactory
A factory which creates instances of type
ImmutableDoubleList. |
| ImmutableFloatListFactory
A factory which creates instances of type
ImmutableFloatList. |
| ImmutableIntListFactory
A factory which creates instances of type
ImmutableIntList. |
| ImmutableLongListFactory
A factory which creates instances of type
ImmutableLongList. |
| ImmutableShortListFactory
A factory which creates instances of type
ImmutableShortList. |
| MutableBooleanListFactory
A factory which creates instances of type
MutableBooleanList. |
| MutableByteListFactory
A factory which creates instances of type
MutableByteList. |
| MutableCharListFactory
A factory which creates instances of type
MutableCharList. |
| MutableDoubleListFactory
A factory which creates instances of type
MutableDoubleList. |
| MutableFloatListFactory
A factory which creates instances of type
MutableFloatList. |
| MutableIntListFactory
A factory which creates instances of type
MutableIntList. |
| MutableLongListFactory
A factory which creates instances of type
MutableLongList. |
| MutableShortListFactory
A factory which creates instances of type
MutableShortList. |
Copyright © 2004–2023. All rights reserved.