Holger's
Java API

Uses of Class
com.antelmann.util.ComboFilter

Packages that use ComboFilter
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of ComboFilter in com.antelmann.util
 

Methods in com.antelmann.util that return ComboFilter
static
<T> ComboFilter<T>
ComboFilter.create(Filter<? super T> f1, Filter<? super T> f2, BooleanOperator operator)
           
static
<T> ComboFilter<T>
ComboFilter.negate(Filter<? super T> filter)
          see Misc.reverseFilter(Filter)
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads