Package org.opt4j.optimizer.ea
Class Pair<A>
- java.lang.Object
-
- org.opt4j.optimizer.ea.Pair<A>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
getFirst()
Returns the first element.A
getSecond()
Returns the second element.
-