org.openjena.atlas.iterator
Class FilterOutNulls<T>

java.lang.Object
  extended by org.openjena.atlas.iterator.FilterOutNulls<T>
All Implemented Interfaces:
Filter<T>

public class FilterOutNulls<T>
extends Object
implements Filter<T>


Constructor Summary
FilterOutNulls()
           
 
Method Summary
 boolean accept(T item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterOutNulls

public FilterOutNulls()
Method Detail

accept

public boolean accept(T item)
Specified by:
accept in interface Filter<T>


Licenced under the Apache License, Version 2.0