|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sciapp.comparators.Comparators
public class Comparators
A utility class for fetching shared comparators that are widely used throughout Table Library.
| Method Summary | |
|---|---|
static Comparator |
booleanComparator()
Returns a boolean comparator. |
static Comparator |
caseInsensitiveStringComparator()
Returns a case insensitive comparator for String objects. |
static Comparator |
generalComparator()
Returns a general comparator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Comparator booleanComparator()
public static Comparator caseInsensitiveStringComparator()
public static Comparator generalComparator()
Comparable interface.
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||