com.vividsolutions.jump.util
Class Range.RangeTreeMap<T,U>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<T,U>
          extended by com.vividsolutions.jump.util.Range.RangeTreeMap<T,U>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<T,U>, java.util.SortedMap<T,U>
Enclosing class:
Range

public static class Range.RangeTreeMap<T,U>
extends java.util.TreeMap<T,U>

See Also:
Serialized Form

Constructor Summary
Range.RangeTreeMap()
           
 
Method Summary
 
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()