Package org.eclipse.collections.impl.list.fixed
This package contains implementations of the
FixedSizeList
interface.
A FixedSizeList
is a list that may be mutated, but cannot grow or shrink in size.
-
Class Summary Class Description AbstractArrayAdapter<T> AbstractMemoryEfficientMutableList<T> ArrayAdapter<T> This class provides a MutableList wrapper around an array.FixedSizeListFactoryImpl FixedSizeListIteratorAdapter<T>