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

Packages that use AcceptUniqueDescendingSequence
org.jjoost.util.filters   
 

Uses of AcceptUniqueDescendingSequence in org.jjoost.util.filters
 

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