public class CommonsTreeMap<KEYTYPE,VALUETYPE> extends TreeMap<KEYTYPE,VALUETYPE> implements ICommonsNavigableMap<KEYTYPE,VALUETYPE>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CommonsTreeMap() |
CommonsTreeMap(Comparator<? super KEYTYPE> aComparator) |
CommonsTreeMap(Map<? extends KEYTYPE,? extends VALUETYPE> aMap) |
| Modifier and Type | Method and Description |
|---|---|
CommonsTreeMap<KEYTYPE,VALUETYPE> |
getClone() |
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, valuesequals, hashCode, isEmpty, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetAsUnmodifiableceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMapgetFirstKey, getFirstValue, getLastKey, getLastValuecomparator, entrySet, firstKey, keySet, lastKey, valuesaddAll, copyOfEntrySet, copyOfKeySet, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, findFirstEntry, findFirstKey, findFirstValue, getFirstEntry, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, putIf, putIfNotNull, removeAll, setAllclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizepublic CommonsTreeMap()
public CommonsTreeMap(@Nullable Comparator<? super KEYTYPE> aComparator)
@Nonnull @ReturnsMutableCopy public CommonsTreeMap<KEYTYPE,VALUETYPE> getClone()
getClone in interface ICommonsNavigableMap<KEYTYPE,VALUETYPE>getClone in interface ICommonsSortedMap<KEYTYPE,VALUETYPE>getClone in interface ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.