public static class Double2ShortMaps.UnmodifyableSortedMap extends Double2ShortMaps.UnmodifyableMap implements Double2ShortSortedMap
AbstractDouble2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ShortSortedMap.FastSortedSetDouble2ShortMap.BuilderCache, Double2ShortMap.Entry, Double2ShortMap.FastEntrySet, Double2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2ShortSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
Double2ShortSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
DoubleSortedSet |
keySet() |
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
short |
lastShortValue()
A method to get the last Value of a Map.
|
double |
pollFirstDoubleKey()
A method to get and remove the first Key of a Map.
|
double |
pollLastDoubleKey()
A method to get and remove the last Key of a Map.
|
Double2ShortSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ShortSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeShort, computeShortIfAbsent, computeShortIfPresent, double2ShortEntrySet, get, getOrDefault, mergeAllShort, mergeShort, put, putIfAbsent, remove, remove, removeOrDefault, replaceShorts, replaceShorts, subFrom, supplyShortIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, applyAsShort, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, double2ShortEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Short>comparator in interface Double2ShortSortedMappublic Double2ShortSortedMap subMap(double fromKey, double toKey)
Double2ShortSortedMapsubMap in interface Double2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2ShortSortedMap headMap(double toKey)
Double2ShortSortedMapheadMap in interface Double2ShortSortedMaptoKey - where the headMap should endpublic Double2ShortSortedMap tailMap(double fromKey)
Double2ShortSortedMaptailMap in interface Double2ShortSortedMapfromKey - where the TailMap should startpublic DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Short>keySet in interface Double2ShortMapkeySet in interface Double2ShortSortedMapkeySet in class Double2ShortMaps.UnmodifyableMappublic double firstDoubleKey()
Double2ShortSortedMapfirstDoubleKey in interface Double2ShortSortedMappublic double pollFirstDoubleKey()
Double2ShortSortedMappollFirstDoubleKey in interface Double2ShortSortedMappublic double lastDoubleKey()
Double2ShortSortedMaplastDoubleKey in interface Double2ShortSortedMappublic double pollLastDoubleKey()
Double2ShortSortedMappollLastDoubleKey in interface Double2ShortSortedMappublic short firstShortValue()
Double2ShortSortedMapfirstShortValue in interface Double2ShortSortedMappublic short lastShortValue()
Double2ShortSortedMaplastShortValue in interface Double2ShortSortedMappublic Double2ShortSortedMap copy()
Double2ShortMapcopy in interface Double2ShortMapcopy in interface Double2ShortSortedMapcopy in class Double2ShortMaps.UnmodifyableMap