|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.comparator.PrioritizedObjectComparator
public class PrioritizedObjectComparator
Comparator for objects that implements Prioritized
interface. It is a singleton pattern. You use getInstance() to get an instance.
| Constructor Summary | |
|---|---|
protected |
PrioritizedObjectComparator()
|
| Method Summary | |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
|
static PrioritizedObjectComparator |
getInstance()
Gets an instance of PrioritizedObjectComparator. |
| 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 |
|---|
protected PrioritizedObjectComparator()
| Method Detail |
|---|
public static PrioritizedObjectComparator getInstance()
PrioritizedObjectComparator.
PrioritizedObjectComparator.
public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface java.util.Comparator
|
JIDE Common Layer 2.7.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||