public static class Double2IntMaps.SynchronizedSortedMap extends Double2IntMaps.SynchronizedMap 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.
|
java.lang.Double |
firstKey()
Deprecated.
|
Double2IntSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2IntSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
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.
|
java.lang.Double |
lastKey()
Deprecated.
|
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 |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2IntSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2IntSortedMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, double2IntEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, subFrom, supplyIntIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Double firstKey()
firstKey in interface java.util.SortedMap<java.lang.Double,java.lang.Integer>firstKey in interface Double2IntSortedMap@Deprecated public java.lang.Double lastKey()
lastKey in interface java.util.SortedMap<java.lang.Double,java.lang.Integer>lastKey in interface Double2IntSortedMap@Deprecated public Double2IntSortedMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Integer>subMap in interface Double2IntSortedMap@Deprecated public Double2IntSortedMap headMap(java.lang.Double toKey)
headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Integer>headMap in interface Double2IntSortedMap@Deprecated public Double2IntSortedMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Integer>tailMap in interface Double2IntSortedMap