java.util
class: TreeMap.SubMap [javadoc |
source]
java.lang.Object
java.util.AbstractMap
java.util.TreeMap$SubMap
All Implemented Interfaces:
SortedMap, Serializable, Map
This class exists solely for the sake of serialization
compatibility with previous releases of TreeMap that did not
support NavigableMap. It translates an old-version SubMap into
a new-version AscendingSubMap. This class is never otherwise
used.
| Methods from java.util.AbstractMap: |
|---|
|
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |