public static class Double2ByteMaps.SynchronizedSortedMap extends Double2ByteMaps.SynchronizedMap implements Double2ByteSortedMap
AbstractDouble2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ByteSortedMap.FastSortedSetDouble2ByteMap.BuilderCache, Double2ByteMap.Entry, Double2ByteMap.FastEntrySet, Double2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
Double2ByteSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteValue()
A method to get the first Value of a Map.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
java.lang.Double |
firstKey()
Deprecated.
|
Double2ByteSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ByteSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
DoubleSortedSet |
keySet() |
byte |
lastByteValue()
A method to get the last Value of a Map.
|
double |
lastDoubleKey()
A method to get the last Key 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.
|
Double2ByteSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ByteSortedMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2ByteSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ByteSortedMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2ByteEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, size, subFrom, supplyByteIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2ByteEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>comparator in interface Double2ByteSortedMappublic Double2ByteSortedMap subMap(double fromKey, double toKey)
Double2ByteSortedMapsubMap in interface Double2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2ByteSortedMap headMap(double toKey)
Double2ByteSortedMapheadMap in interface Double2ByteSortedMaptoKey - where the headMap should endpublic Double2ByteSortedMap tailMap(double fromKey)
Double2ByteSortedMaptailMap in interface Double2ByteSortedMapfromKey - where the TailMap should startpublic DoubleSortedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>keySet in interface Double2ByteMapkeySet in interface Double2ByteSortedMapkeySet in class Double2ByteMaps.SynchronizedMappublic double firstDoubleKey()
Double2ByteSortedMapfirstDoubleKey in interface Double2ByteSortedMappublic double pollFirstDoubleKey()
Double2ByteSortedMappollFirstDoubleKey in interface Double2ByteSortedMappublic double lastDoubleKey()
Double2ByteSortedMaplastDoubleKey in interface Double2ByteSortedMappublic double pollLastDoubleKey()
Double2ByteSortedMappollLastDoubleKey in interface Double2ByteSortedMappublic byte firstByteValue()
Double2ByteSortedMapfirstByteValue in interface Double2ByteSortedMappublic byte lastByteValue()
Double2ByteSortedMaplastByteValue in interface Double2ByteSortedMappublic Double2ByteSortedMap copy()
Double2ByteMapcopy in interface Double2ByteMapcopy in interface Double2ByteSortedMapcopy in class Double2ByteMaps.SynchronizedMap@Deprecated public java.lang.Double firstKey()
firstKey in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>firstKey in interface Double2ByteSortedMap@Deprecated public java.lang.Double lastKey()
lastKey in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>lastKey in interface Double2ByteSortedMap@Deprecated public Double2ByteSortedMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>subMap in interface Double2ByteSortedMap@Deprecated public Double2ByteSortedMap headMap(java.lang.Double toKey)
headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>headMap in interface Double2ByteSortedMap@Deprecated public Double2ByteSortedMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>tailMap in interface Double2ByteSortedMap