|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.util.BigIntegerComparator
public class BigIntegerComparator
Compares BigInteger keys and values within a table.
| Field Summary | |
|---|---|
static BigIntegerComparator |
INSTANCE
A instance of this comparator |
| Constructor Summary | |
|---|---|
BigIntegerComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object an_obj1,
java.lang.Object an_obj2)
Compare two objects. |
| 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 |
| Field Detail |
|---|
public static final BigIntegerComparator INSTANCE
| Constructor Detail |
|---|
public BigIntegerComparator()
| Method Detail |
|---|
public int compare(java.lang.Object an_obj1,
java.lang.Object an_obj2)
compare in interface java.util.Comparatoran_obj1 - First objectan_obj2 - Second object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||