All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.util.JCSortInteger

java.lang.Object
   |
   +----jclass.util.JCSortInteger

public class JCSortInteger
extends Object
implements JCSortInterface
Compares two Integers.


Variable Index

 o ASCENDING
 o DESCENDING
 o order
Sort order: ASCENDING or DESCENDING.

Constructor Index

 o JCSortInteger()
Sorts in ascending order.
 o JCSortInteger(int)
Sorts in the specified order: ASCENDING or DESCENDING.

Method Index

 o compare(Object, Object)

Variables

 o order
 public int order
Sort order: ASCENDING or DESCENDING.

 o ASCENDING
 public static final int ASCENDING
 o DESCENDING
 public static final int DESCENDING

Constructors

 o JCSortInteger
 public JCSortInteger()
Sorts in ascending order.

 o JCSortInteger
 public JCSortInteger(int order)
Sorts in the specified order: ASCENDING or DESCENDING.

Methods

 o compare
 public final boolean compare(Object o1,
                              Object o2)

All Packages  Class Hierarchy  This Package  Previous  Next  Index