Class PresortedMap
java.lang.Object
com.thoughtworks.xstream.core.util.PresortedMap
- All Implemented Interfaces:
Map, SequencedMap, SortedMap
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
PresortedMap
public PresortedMap() -
PresortedMap
-
-
Method Details
-
comparator
- Specified by:
comparatorin interfaceSortedMap
-
entrySet
-
firstKey
-
headMap
-
keySet
-
lastKey
-
subMap
-
tailMap
-
values
-
clear
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
get
-
isEmpty
-
put
-
putAll
-
remove
-
size
-