org.databene.commons.filter
Class FilteredFinder

java.lang.Object
  extended by org.databene.commons.filter.FilteredFinder

public class FilteredFinder
extends java.lang.Object

Iterates through a tree for searching items that maz´tch a filter.

Created: 04.02.2007 11:59:03

Author:
Volker Bergmann

Constructor Summary
FilteredFinder()
           
 
Method Summary
static
<T> java.util.Collection<T>
find(Element<T> root, Filter<T> filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteredFinder

public FilteredFinder()
Method Detail

find

public static <T> java.util.Collection<T> find(Element<T> root,
                                               Filter<T> filter)


Copyright © 2010. All Rights Reserved.