Uses of Class
org.apache.commons.collections4.list.TransformedList
-
Uses of TransformedList in org.apache.commons.collections4.list
Modifier and TypeMethodDescriptionstatic <E> TransformedList<E>
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 <E> TransformedList<E>
TransformedList.transformingList
(List<E> list, Transformer<? super E, ? extends E> transformer) Factory method to create a transforming list.