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

Packages that use AcceptGreater
org.jjoost.util.filters   
 

Uses of AcceptGreater in org.jjoost.util.filters
 

Methods in org.jjoost.util.filters that return AcceptGreater
static
<E extends java.lang.Comparable<? super E>>
AcceptGreater<E>
AcceptGreater.get(E than)
          Returns a partial order filter that accepts everything greater than the provided value as determined by the Comparator provided to its methods by utilising classes.