Class ReverseTreeMap<K extends java.lang.Comparable<? super K>,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<K,V>
-
- org.eclipse.yasson.internal.model.ReverseTreeMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<K,V>,java.util.NavigableMap<K,V>,java.util.SortedMap<K,V>
public class ReverseTreeMap<K extends java.lang.Comparable<? super K>,V> extends java.util.TreeMap<K,V>TreeMap with a reverse ordering by default- Author:
- Sebastien Rius
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReverseTreeMap()Default constructor of a TreeMap with reverse order
-
Method Summary
-
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
-
-