|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransformedList | |
|---|---|
| ch.elca.el4j.util.codingsupport | |
| ch.elca.el4j.util.collections | |
| ch.elca.el4j.util.collections.impl | |
| Uses of TransformedList in ch.elca.el4j.util.codingsupport |
|---|
| Methods in ch.elca.el4j.util.codingsupport that return TransformedList | ||
|---|---|---|
static
|
CollectionUtils.mapped(List<T> list,
Function<? super T,O> function)
Convenience method returning a TransformedList view to the
supplied list. |
|
| Uses of TransformedList in ch.elca.el4j.util.collections |
|---|
| Methods in ch.elca.el4j.util.collections that return TransformedList | ||
|---|---|---|
|
ExtendedList.mapped(Function<? super T,O> function)
Convenience method returning a TransformedList view to this
list. |
|
| Uses of TransformedList in ch.elca.el4j.util.collections.impl |
|---|
| Classes in ch.elca.el4j.util.collections.impl that implement TransformedList | |
|---|---|
class |
DefaultTransformedList<I,O>
Default implementation of TransformedList. |
| Methods in ch.elca.el4j.util.collections.impl that return TransformedList | ||
|---|---|---|
|
DefaultTransformedList.mapped(Function<? super O,T> function)
Convenience method returning a TransformedList view to this
list. |
|
|
DefaultFilteredList.mapped(Function<? super T,O> function)
Convenience method returning a TransformedList view to this
list. |
|
|
ExtendedArrayList.mapped(Function<? super T,O> function)
Convenience method returning a TransformedList view to this
list. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||