public static class Double2IntMaps.UnmodifyableSortedMap extends Double2IntMaps.UnmodifyableMap implements Double2IntSortedMap
AbstractDouble2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2IntSortedMap.FastSortedSetDouble2IntMap.BuilderCache, Double2IntMap.Entry, Double2IntMap.FastEntrySet, Double2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
Double2IntSortedMap |
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.
|
int |
lastIntValue()
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.
|
Double2IntSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2IntSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, double2IntEntrySet, get, getOrDefault, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, subFrom, supplyIntIfAbsent, 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, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, double2IntEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentapplyAsIntpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Integer>comparator in interface Double2IntSortedMappublic Double2IntSortedMap subMap(double fromKey, double toKey)
Double2IntSortedMapsubMap in interface Double2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2IntSortedMap headMap(double toKey)
Double2IntSortedMapheadMap in interface Double2IntSortedMaptoKey - where the headMap should endpublic Double2IntSortedMap tailMap(double fromKey)
Double2IntSortedMaptailMap in interface Double2IntSortedMapfromKey - where the TailMap should startpublic DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Integer>keySet in interface Double2IntMapkeySet in interface Double2IntSortedMapkeySet in class Double2IntMaps.UnmodifyableMappublic double firstDoubleKey()
Double2IntSortedMapfirstDoubleKey in interface Double2IntSortedMappublic double pollFirstDoubleKey()
Double2IntSortedMappollFirstDoubleKey in interface Double2IntSortedMappublic double lastDoubleKey()
Double2IntSortedMaplastDoubleKey in interface Double2IntSortedMappublic double pollLastDoubleKey()
Double2IntSortedMappollLastDoubleKey in interface Double2IntSortedMappublic int firstIntValue()
Double2IntSortedMapfirstIntValue in interface Double2IntSortedMappublic int lastIntValue()
Double2IntSortedMaplastIntValue in interface Double2IntSortedMappublic Double2IntSortedMap copy()
Double2IntMapcopy in interface Double2IntMapcopy in interface Double2IntSortedMapcopy in class Double2IntMaps.UnmodifyableMap