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

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

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


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

Constructor Detail

FilterUnique

public FilterUnique()
Method Detail

accept

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


Licenced under the Apache License, Version 2.0