ariba.util.core
Class IntegerCompare
java.lang.Object
ariba.util.core.IntegerCompare
- All Implemented Interfaces:
- Compare
public class IntegerCompare
- extends Object
- implements Compare
TheIntCompare
public static final IntegerCompare TheIntCompare
get
public static final IntegerCompare get()
compare
public int compare(Object o1,
Object o2)
- Description copied from interface:
Compare
- Compares objects two objects for sort order.
- Specified by:
compare in interface Compare
- Parameters:
o1 - the first object to compareo2 - the second object to compare
- Returns:
- a value less than, equal to, or greater than zero depending
on whether o1 is less than, equal to, or greater than
o2
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.