Package fr.ifremer.isisfish.util
Class CellPointcomparator
java.lang.Object
fr.ifremer.isisfish.util.CellPointcomparator
- All Implemented Interfaces:
Comparator<Object>
Permet de comparer la position d'une Maille avec un objet Point2D, ou deux
Mailles, ou deux Points.
Created: 6 septembre 2005 00:57:33 CEST
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- Benjamin POUSSIN <poussin@codelutin.com>
-
Constructor Summary
-
Method Summary
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
-
Constructor Details
-
CellPointcomparator
public CellPointcomparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Object>
-