Uses of Interface
ch.elca.el4j.util.collections.helpers.Function

Packages that use Function
ch.elca.el4j.util.codingsupport   
ch.elca.el4j.util.collections   
ch.elca.el4j.util.collections.impl   
 

Uses of Function in ch.elca.el4j.util.codingsupport
 

Methods in ch.elca.el4j.util.codingsupport with parameters of type Function
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 Function in ch.elca.el4j.util.collections
 

Methods in ch.elca.el4j.util.collections with parameters of type Function
<O> TransformedList<T,O>
ExtendedList.mapped(Function<? super T,O> function)
          Convenience method returning a TransformedList view to this list.
 

Uses of Function in ch.elca.el4j.util.collections.impl
 

Methods in ch.elca.el4j.util.collections.impl with parameters of type Function
<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.
 

Constructors in ch.elca.el4j.util.collections.impl with parameters of type Function
DefaultTransformedList(List<? extends I> backing, Function<? super I,O> function)
          Constructor.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.