com.vividsolutions.jump.util
Class Range.RangeTreeMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.TreeMap
          extended bycom.vividsolutions.jump.util.Range.RangeTreeMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable, java.util.SortedMap
Enclosing class:
Range

public static class Range.RangeTreeMap
extends java.util.TreeMap

See Also:
Serialized Form

Constructor Summary
Range.RangeTreeMap()
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

Range.RangeTreeMap

public Range.RangeTreeMap()