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(List<E> list)
Factory method to create a fixed size list.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.