Package | Description |
---|---|
org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
Modifier and Type | Method | Description |
---|---|---|
static <E> SetUniqueList<E> |
SetUniqueList.setUniqueList(java.util.List<E> list) |
Factory method to create a SetList using the supplied list to retain order.
|
Copyright © 2001-2019 - Apache Software Foundation