org.openjena.atlas.iterator
Interface Filter<T>

All Known Implementing Classes:
FilterOutNulls, FilterStack, FilterUnique

public interface Filter<T>


Method Summary
 boolean accept(T item)
           
 

Method Detail

accept

boolean accept(T item)


Licenced under the Apache License, Version 2.0