Package org.umlg.sqlg.util
Class SortedTree<T>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<T,SortedTree<T>>
org.umlg.sqlg.util.SortedTree<T>
- All Implemented Interfaces:
Serializable,Cloneable,Map<T,,SortedTree<T>> NavigableMap<T,,SortedTree<T>> SortedMap<T,SortedTree<T>>
This is used by clients. Do not delete.
Date: 2016/08/29
Time: 11:08 AM
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
SortedTree
-
-
Method Details
-
addTree
-
main
-