|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmoea.commons.comparator.ComparatorObjective
public class ComparatorObjective
Field Summary | |
---|---|
protected static ComparatorObjective |
comparator
|
protected static int |
m
|
Constructor Summary | |
---|---|
ComparatorObjective()
|
Method Summary | |
---|---|
int |
compare(Entity left,
Entity right)
|
static ComparatorObjective |
getInstance(int m)
|
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 |
---|
protected static int m
protected static ComparatorObjective comparator
Constructor Detail |
---|
public ComparatorObjective()
Method Detail |
---|
public static ComparatorObjective getInstance(int m)
public int compare(Entity left, Entity right)
compare
in interface java.util.Comparator<Entity>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |