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

Packages that use AcceptUniqueAscendingSequence
org.jjoost.util.filters   
 

Uses of AcceptUniqueAscendingSequence in org.jjoost.util.filters
 

Methods in org.jjoost.util.filters that return AcceptUniqueAscendingSequence
static
<V> AcceptUniqueAscendingSequence<V>
AcceptUniqueAscendingSequence.get()
          Returns a partial order filter which will accept a value only if it has never previously seen a value greater than or equal to the value being tested; in an ordered set this results in unique values being efficiently obtained if applied in an ascending order visit of some kind; it is a one shot filter, however, given the state stored.