Uses of Interface
ch.elca.el4j.util.collections.TransformedList

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
<T,O> TransformedList<T,O>
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
<O> TransformedList<T,O>
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
<T> TransformedList<O,T>
DefaultTransformedList.mapped(Function<? super O,T> function)
          Convenience method returning a TransformedList view to this list.
<O> TransformedList<T,O>
DefaultFilteredList.mapped(Function<? super T,O> function)
          Convenience method returning a TransformedList view to this list.
<O> TransformedList<T,O>
ExtendedArrayList.mapped(Function<? super T,O> function)
          Convenience method returning a TransformedList view to this list.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.