|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformedList | |
---|---|
org.apache.commons.collections4.list | This package contains implementations of the List interface. |
Uses of TransformedList in org.apache.commons.collections4.list |
---|
Methods in org.apache.commons.collections4.list that return TransformedList | ||
---|---|---|
static
|
TransformedList.transformedList(List<E> list,
Transformer<? super E,? extends E> transformer)
Factory method to create a transforming list that will transform existing contents of the specified list. |
|
static
|
TransformedList.transformingList(List<E> list,
Transformer<? super E,? extends E> transformer)
Factory method to create a transforming list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |