igeo
Class IVertex.ZComparator

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

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


Constructor Summary
IVertex.ZComparator()
           
 
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.ZComparator

public IVertex.ZComparator()
Method Detail

compare

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