igeo
Class IVertex.ZYXComparator

java.lang.Object
  extended by igeo.IVertex.ZYXComparator
All Implemented Interfaces:
IComparator<IVertex>
Enclosing class:
IVertex

public static class IVertex.ZYXComparator
extends java.lang.Object
implements IComparator<IVertex>


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

Constructor Detail

IVertex.ZYXComparator

public IVertex.ZYXComparator()
Method Detail

compare

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