public static class Byte2FloatMaps.SynchronizedSortedMap extends Byte2FloatMaps.SynchronizedMap implements Byte2FloatSortedMap
AbstractByte2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Byte2FloatSortedMap.FastSortedSetByte2FloatMap.BuilderCache, Byte2FloatMap.Entry, Byte2FloatMap.FastEntrySet, Byte2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ByteComparator |
comparator() |
Byte2FloatSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
java.lang.Byte |
firstKey()
Deprecated.
|
Byte2FloatSortedMap |
headMap(byte toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Byte2FloatSortedMap |
headMap(java.lang.Byte toKey)
Deprecated.
|
ByteSortedSet |
keySet() |
byte |
lastByteKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
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.
|
Byte2FloatSortedMap |
subMap(byte fromKey,
byte toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Byte2FloatSortedMap |
subMap(java.lang.Byte fromKey,
java.lang.Byte toKey)
Deprecated.
|
Byte2FloatSortedMap |
tailMap(byte fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Byte2FloatSortedMap |
tailMap(java.lang.Byte fromKey)
Deprecated.
|
addTo, addToAll, byte2FloatEntrySet, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, subFrom, supplyFloatIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, byte2FloatEntrySet, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsentpublic ByteComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>comparator in interface Byte2FloatSortedMappublic Byte2FloatSortedMap subMap(byte fromKey, byte toKey)
Byte2FloatSortedMapsubMap in interface Byte2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Byte2FloatSortedMap headMap(byte toKey)
Byte2FloatSortedMapheadMap in interface Byte2FloatSortedMaptoKey - where the headMap should endpublic Byte2FloatSortedMap tailMap(byte fromKey)
Byte2FloatSortedMaptailMap in interface Byte2FloatSortedMapfromKey - where the TailMap should startpublic ByteSortedSet keySet()
keySet in interface java.util.Map<java.lang.Byte,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>keySet in interface Byte2FloatMapkeySet in interface Byte2FloatSortedMapkeySet in class Byte2FloatMaps.SynchronizedMappublic byte firstByteKey()
Byte2FloatSortedMapfirstByteKey in interface Byte2FloatSortedMappublic byte pollFirstByteKey()
Byte2FloatSortedMappollFirstByteKey in interface Byte2FloatSortedMappublic byte lastByteKey()
Byte2FloatSortedMaplastByteKey in interface Byte2FloatSortedMappublic byte pollLastByteKey()
Byte2FloatSortedMappollLastByteKey in interface Byte2FloatSortedMappublic float firstFloatValue()
Byte2FloatSortedMapfirstFloatValue in interface Byte2FloatSortedMappublic float lastFloatValue()
Byte2FloatSortedMaplastFloatValue in interface Byte2FloatSortedMappublic Byte2FloatSortedMap copy()
Byte2FloatMapcopy in interface Byte2FloatMapcopy in interface Byte2FloatSortedMapcopy in class Byte2FloatMaps.SynchronizedMap@Deprecated public java.lang.Byte firstKey()
firstKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>firstKey in interface Byte2FloatSortedMap@Deprecated public java.lang.Byte lastKey()
lastKey in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>lastKey in interface Byte2FloatSortedMap@Deprecated public Byte2FloatSortedMap subMap(java.lang.Byte fromKey, java.lang.Byte toKey)
subMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>subMap in interface Byte2FloatSortedMap@Deprecated public Byte2FloatSortedMap headMap(java.lang.Byte toKey)
headMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>headMap in interface Byte2FloatSortedMap@Deprecated public Byte2FloatSortedMap tailMap(java.lang.Byte fromKey)
tailMap in interface java.util.SortedMap<java.lang.Byte,java.lang.Float>tailMap in interface Byte2FloatSortedMap