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

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

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

Methods in ch.elca.el4j.util.codingsupport that return FilteredList
static
<T> FilteredList<T>
CollectionUtils.filtered(List<? extends T> list, Filter<? super T> filter)
          returns a filtered view on list.
 

Uses of FilteredList in ch.elca.el4j.util.collections
 

Methods in ch.elca.el4j.util.collections that return FilteredList
 FilteredList<T> ExtendedList.filtered(Filter<? super T> filter)
          Convenience method returning a filtered view on this collection.
 

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

Classes in ch.elca.el4j.util.collections.impl that implement FilteredList
 class DefaultFilteredList<T>
          Default Implementation for FilteredList.
 

Methods in ch.elca.el4j.util.collections.impl that return FilteredList
 FilteredList<O> DefaultTransformedList.filtered(Filter<? super O> filter)
          Convenience method returning a filtered view on this collection.
 FilteredList<T> DefaultFilteredList.filtered(Filter<? super T> filter)
          Convenience method returning a filtered view on this collection.
 FilteredList<T> ExtendedArrayList.filtered(Filter<? super T> filter)
          Convenience method returning a filtered view on this collection.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.