Package org.eclipse.collections.impl.list.fixed
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.
-
Classes