| Package | Description |
|---|---|
| org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
| Modifier and Type | Method and Description |
|---|---|
static <E> FixedSizeList<E> |
FixedSizeList.fixedSizeList(java.util.List<E> list)
Factory method to create a fixed size list.
|