KEYTYPE - Map key typeVALUETYPE - Map value typepublic interface ICommonsNavigableMap<KEYTYPE,VALUETYPE> extends NavigableMap<KEYTYPE,VALUETYPE>, ICommonsSortedMap<KEYTYPE,VALUETYPE>
NavigableMap interface based on ICommonsSortedMap.| Modifier and Type | Method and Description |
|---|---|
default NavigableMap<KEYTYPE,VALUETYPE> |
getAsUnmodifiable() |
ICommonsNavigableMap<KEYTYPE,VALUETYPE> |
getClone() |
ceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMapcopyOfEntrySet, copyOfKeySet, copyOfKeySet, createInstance, getFirstKey, getFirstValue, getLastKey, getLastKey, getLastValue, getLastValuecomparator, entrySet, firstKey, keySet, lastKey, valuesaddAll, containsAnyEntry, containsAnyKey, containsAnyValue, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, findFirstEntry, findFirstKey, findFirstValue, forEach, forEachKey, forEachKey, forEachValue, forEachValue, getFirstEntry, getFirstEntry, getFirstKey, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, put, putAll, putAll, putAllMapped, putAllMapped, putAllMapped, putIf, putIfNotNull, removeAll, removeIf, removeIfKey, removeIfValue, removeObject, setAllclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size@Nonnull @CodingStyleguideUnaware default NavigableMap<KEYTYPE,VALUETYPE> getAsUnmodifiable()
getAsUnmodifiable in interface ICommonsMap<KEYTYPE,VALUETYPE>getAsUnmodifiable in interface ICommonsSortedMap<KEYTYPE,VALUETYPE>null.Collections@Nonnull @ReturnsMutableCopy ICommonsNavigableMap<KEYTYPE,VALUETYPE> getClone()
getClone in interface ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>getClone in interface ICommonsSortedMap<KEYTYPE,VALUETYPE>Copyright © 2014–2019 Philip Helger. All rights reserved.