fr.ifremer.isisfish.util
Class CellPointcomparator

java.lang.Object
  extended by fr.ifremer.isisfish.util.CellPointcomparator
All Implemented Interfaces:
Comparator<Object>

public class CellPointcomparator
extends Object
implements 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: 3124 $ Last update: $Date: 2010-11-29 19:14:09 +0100 (lun., 29 nov. 2010) $ by : $Author: chatellier $
Author:
Benjamin POUSSIN

Constructor Summary
CellPointcomparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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
 

Constructor Detail

CellPointcomparator

public CellPointcomparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator<Object>


Copyright © 1999-2011 CodeLutin. All Rights Reserved.