|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.commands.AlphabeticalCommandsKeyComparator
public class AlphabeticalCommandsKeyComparator
This is a Comparator, that sorts Commands alphabetically
by their keys.
| Constructor Summary | |
|---|---|
protected |
AlphabeticalCommandsKeyComparator()
|
| Method Summary | |
|---|---|
int |
compare(Command cmd1,
Command cmd2)
|
static AlphabeticalCommandsKeyComparator |
getInstance()
|
| 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 AlphabeticalCommandsKeyComparator()
| Method Detail |
|---|
public static final AlphabeticalCommandsKeyComparator getInstance()
public int compare(Command cmd1,
Command cmd2)
compare in interface java.util.Comparator<Command>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||