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

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

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

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

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

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



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