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

Packages that use AcceptGreaterEqual
org.jjoost.util.filters   
 

Uses of AcceptGreaterEqual in org.jjoost.util.filters
 

Methods in org.jjoost.util.filters that return AcceptGreaterEqual
static
<E extends java.lang.Comparable<? super E>>
AcceptGreaterEqual<E>
AcceptGreaterEqual.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.