Class LexicographicalPointComparator

java.lang.Object
org.uma.jmetal.util.point.comparator.LexicographicalPointComparator
All Implemented Interfaces:
Comparator<Point>

public class LexicographicalPointComparator extends Object implements Comparator<Point>
This class implements the Comparator interface for comparing two points. The order used is lexicographical order.
Author:
Antonio J. Nebro, Juan J. Durillo