Package org.databene.commons.filter

Provides implementation and framework for org.databene.model.Filter

See:
          Description

Class Summary
ConditionalFilter<E> Filter that evaluates a Condition on each candidate.
FilteredFinder Iterates through a tree for searching items that maz´tch a filter.
InverseFilter<E> Inverts the result of another Filter.
PropertyFilter<E,P> Filter that matches a JavaBean by checking a Condition for one of its property values.
SplitResult<E> The items of a splitted list: matches contains the List items that matched the filter, mismatches contains the other ones.
Splitter Applies a filter to a List for extracting a subset of items.
 

Package org.databene.commons.filter Description

Provides implementation and framework for org.databene.model.Filter



Copyright © 2010. All Rights Reserved.