public interface ICommonsOrderedMap<KEYTYPE,VALUETYPE> extends ICommonsMap<KEYTYPE,VALUETYPE>
| Modifier and Type | Method and Description |
|---|---|
default ICommonsOrderedSet<Map.Entry<KEYTYPE,VALUETYPE>> |
copyOfEntrySet() |
default ICommonsOrderedSet<KEYTYPE> |
copyOfKeySet() |
ICommonsOrderedMap<KEYTYPE,VALUETYPE> |
getClone() |
default KEYTYPE |
getLastKey() |
default VALUETYPE |
getLastValue() |
addAll, copyOfValues, copyOfValues, copyOfValuesMapped, copyOfValuesMapped, findFirstEntry, findFirstKey, findFirstValue, getAsUnmodifiable, getFirstEntry, getFirstKey, getFirstValue, getSortedByKey, getSortedByValue, getSwappedKeyValues, isNotEmpty, putIf, putIfNotNull, removeAll, setAllclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values@Nonnull @ReturnsMutableCopy default ICommonsOrderedSet<KEYTYPE> copyOfKeySet()
copyOfKeySet in interface ICommonsMap<KEYTYPE,VALUETYPE>@Nonnull @ReturnsMutableCopy default ICommonsOrderedSet<Map.Entry<KEYTYPE,VALUETYPE>> copyOfEntrySet()
copyOfEntrySet in interface ICommonsMap<KEYTYPE,VALUETYPE>@Nonnull @ReturnsMutableCopy ICommonsOrderedMap<KEYTYPE,VALUETYPE> getClone()
getClone in interface ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.