org.apache.stanbol.entityhub.servicesapi.util
Interface FilteringIterator.Filter<T>

Type Parameters:
T -
Enclosing class:
FilteringIterator<T>

public static interface FilteringIterator.Filter<T>

Interface used by the 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.

Author:
Rupert Westenthaler

Method Summary
 boolean isValid(T value)
           
 

Method Detail

isValid

boolean isValid(T value)


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.