T - public static interface FilteringIterator.Filter<T>
FilteringIterator to check if an element
of the parent Iterator should be filtered or not. If isValid(Object)
returns true the element of the parent iterator is also returned by this
Iterator. Otherwise the element is filtered.boolean isValid(T value)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.