| Package | Description |
|---|---|
| org.eclipse.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArrayAdapter<T> |
class |
AbstractMemoryEfficientMutableList<T> |
class |
ArrayAdapter<T>
This class provides a MutableList wrapper around an array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeFastList<E>
CompositeFastList behaves like a list, but is composed of at least one list.
|
class |
FastList<T>
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoxedMutableBooleanList
A boxed view of a
MutableBooleanList. |
class |
BoxedMutableByteList
A boxed view of a
MutableByteList. |
class |
BoxedMutableCharList
A boxed view of a
MutableCharList. |
class |
BoxedMutableDoubleList
A boxed view of a
MutableDoubleList. |
class |
BoxedMutableFloatList
A boxed view of a
MutableFloatList. |
class |
BoxedMutableIntList
A boxed view of a
MutableIntList. |
class |
BoxedMutableLongList
A boxed view of a
MutableLongList. |
class |
BoxedMutableShortList
A boxed view of a
MutableShortList. |
Copyright © 2004–2023. All rights reserved.