public static class Byte2DoubleMaps.SynchronizedSortedMap extends Byte2DoubleMaps.SynchronizedMap implements Byte2DoubleSortedMap
AbstractByte2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2DoubleSortedMap.FastSortedSetByte2DoubleMap.BuilderCache, Byte2DoubleMap.Entry, Byte2DoubleMap.FastEntrySet, Byte2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2DoubleSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
java.lang.Byte |
firstKey()
Deprecated.
|
Byte2DoubleSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2DoubleSortedMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
ByteSortedSet |
keySet() |
byte |
lastByteKey()
A method to get the last Key of a Map.
|
double |
lastDoubleValue()
A method to get the last Value of a Map.
|
java.lang.Byte |
lastKey()
Deprecated.
|
byte |
pollFirstByteKey()
A method to get and remove the first Key of a Map.
|
byte |
pollLastByteKey()
A method to get and remove the last Key of a Map.
|
Byte2DoubleSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2DoubleSortedMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2DoubleSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2DoubleSortedMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
addTo, addToAll, byte2DoubleEntrySet, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, subFrom, supplyDoubleIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, byte2DoubleEntrySet, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsentpublic ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>comparator in interface Byte2DoubleSortedMappublic Byte2DoubleSortedMap subMap(byte fromKey, byte toKey)
Byte2DoubleSortedMapsubMap in interface Byte2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2DoubleSortedMap headMap(byte toKey)
Byte2DoubleSortedMapheadMap in interface Byte2DoubleSortedMaptoKey - where the headMap should endpublic Byte2DoubleSortedMap tailMap(byte fromKey)
Byte2DoubleSortedMaptailMap in interface Byte2DoubleSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>keySet in interface Byte2DoubleMapkeySet in interface Byte2DoubleSortedMapkeySet in class Byte2DoubleMaps.SynchronizedMappublic byte firstByteKey()
Byte2DoubleSortedMapfirstByteKey in interface Byte2DoubleSortedMappublic byte pollFirstByteKey()
Byte2DoubleSortedMappollFirstByteKey in interface Byte2DoubleSortedMappublic byte lastByteKey()
Byte2DoubleSortedMaplastByteKey in interface Byte2DoubleSortedMappublic byte pollLastByteKey()
Byte2DoubleSortedMappollLastByteKey in interface Byte2DoubleSortedMappublic double firstDoubleValue()
Byte2DoubleSortedMapfirstDoubleValue in interface Byte2DoubleSortedMappublic double lastDoubleValue()
Byte2DoubleSortedMaplastDoubleValue in interface Byte2DoubleSortedMappublic Byte2DoubleSortedMap copy()
Byte2DoubleMapcopy in interface Byte2DoubleMapcopy in interface Byte2DoubleSortedMapcopy in class Byte2DoubleMaps.SynchronizedMap@Deprecated public java.lang.Byte firstKey()
firstKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>firstKey in interface Byte2DoubleSortedMap@Deprecated public java.lang.Byte lastKey()
lastKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>lastKey in interface Byte2DoubleSortedMap@Deprecated public Byte2DoubleSortedMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>subMap in interface Byte2DoubleSortedMap@Deprecated public Byte2DoubleSortedMap headMap(java.lang.Byte toKey)
headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>headMap in interface Byte2DoubleSortedMap@Deprecated public Byte2DoubleSortedMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Double>tailMap in interface Byte2DoubleSortedMap