igeo
Class IYComparator

java.lang.Object
  extended by igeo.IYComparator
All Implemented Interfaces:
IComparator<IVec>

public class IYComparator
extends java.lang.Object
implements IComparator<IVec>

A class to define order of IVec in Y to be used in sorting with ISort.

Author:
Satoru Sugihara
See Also:
ISort

Constructor Summary
IYComparator()
           
 
Method Summary
 int compare(IVec v1, IVec v2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IYComparator

public IYComparator()
Method Detail

compare

public int compare(IVec v1,
                   IVec v2)
Specified by:
compare in interface IComparator<IVec>