Uses of Class
org.apache.commons.functor.core.comparator.IsGreaterThan

Packages that use IsGreaterThan
org.apache.commons.functor.core.comparator Comparator- and Comparable-based functors, algorithms and utilities. 
 

Uses of IsGreaterThan in org.apache.commons.functor.core.comparator
 

Fields in org.apache.commons.functor.core.comparator declared as IsGreaterThan
static IsGreaterThan<Comparable<?>> IsGreaterThan.INSTANCE
          Basic IsGreaterThan instance.
 

Methods in org.apache.commons.functor.core.comparator that return IsGreaterThan
static
<T extends Comparable<?>>
IsGreaterThan<T>
IsGreaterThan.instance()
          Get a typed IsGreaterThan instance.
 

Methods in org.apache.commons.functor.core.comparator with parameters of type IsGreaterThan
 boolean IsGreaterThan.equals(IsGreaterThan<?> that)
          Learn whether a given IsGreaterThan is equal to this.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.