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 java.lang.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>


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.