igeo
Class IZComparator

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

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

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

See Also:
ISort

Constructor Summary
IZComparator()
           
 
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

IZComparator

public IZComparator()
Method Detail

compare

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