|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.comparator.IntComparator
public class IntComparator
Compares values of type Integer or int.
Created: 05.04.2005 19:25:25
| Constructor Summary | |
|---|---|
IntComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Integer i1,
java.lang.Integer i2)
|
static int |
compare(int i1,
int i2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public IntComparator()
| Method Detail |
|---|
public int compare(java.lang.Integer i1,
java.lang.Integer i2)
compare in interface java.util.Comparator<java.lang.Integer>
public static int compare(int i1,
int i2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||