Uses of Class
org.jjoost.util.filters.AcceptUniqueSequence

Packages that use AcceptUniqueSequence
org.jjoost.util.filters   
 

Uses of AcceptUniqueSequence in org.jjoost.util.filters
 

Methods in org.jjoost.util.filters that return AcceptUniqueSequence
static
<V> AcceptUniqueSequence<V>
AcceptUniqueSequence.get()
          Returns a Filter which returns true if and only if the previously tested value is not equal to the value being tested, using regular object equality.
static
<V> AcceptUniqueSequence<V>
AcceptUniqueSequence.get(Equality<? super V> eq)
          Returns a Filter which returns true if and only if the previously tested value is not equal to the value being tested, using the provided definition of equality.