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

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

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


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

Constructor Detail

FilterDistinctAdjacent

public FilterDistinctAdjacent()
Method Detail

accept

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


Licenced under the Apache License, Version 2.0