Package org.opt4j.viewer
Class ArchiveWidget.Comp
- java.lang.Object
-
- org.opt4j.viewer.ArchiveWidget.Comp
-
- All Implemented Interfaces:
Comparator<Individual>
- Enclosing class:
- ArchiveWidget
protected class ArchiveWidget.Comp extends Object implements Comparator<Individual>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Comp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Individual arg0, Individual arg1)
-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Individual arg0, Individual arg1)
- Specified by:
compare
in interfaceComparator<Individual>
-
-