de.cesr.more.rs.geo.util
Class MGeoHexagon.Distance

java.lang.Object
  extended by de.cesr.more.rs.geo.util.MGeoHexagon.Distance
All Implemented Interfaces:
Comparable<MGeoHexagon.Distance>
Enclosing class:
MGeoHexagon<AgentType>

protected class MGeoHexagon.Distance
extends Object
implements Comparable<MGeoHexagon.Distance>


Constructor Summary
protected MGeoHexagon.Distance(Double distance, MGeoHexagon<AgentType> hexagon)
           
 
Method Summary
 int compareTo(MGeoHexagon.Distance other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MGeoHexagon.Distance

protected MGeoHexagon.Distance(Double distance,
                               MGeoHexagon<AgentType> hexagon)
Method Detail

compareTo

public int compareTo(MGeoHexagon.Distance other)
Specified by:
compareTo in interface Comparable<MGeoHexagon.Distance>