public static class Float2ByteMaps.SynchronizedSortedMap extends Float2ByteMaps.SynchronizedMap implements Float2ByteSortedMap
AbstractFloat2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2ByteSortedMap.FastSortedSetFloat2ByteMap.BuilderCache, Float2ByteMap.Entry, Float2ByteMap.FastEntrySet, Float2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
Float2ByteSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
byte |
firstByteValue()
A method to get the first Value of a Map.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
java.lang.Float |
firstKey()
Deprecated.
|
Float2ByteSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2ByteSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
FloatSortedSet |
keySet() |
byte |
lastByteValue()
A method to get the last Value of a Map.
|
float |
lastFloatKey()
A method to get the last Key of a Map.
|
java.lang.Float |
lastKey()
Deprecated.
|
float |
pollFirstFloatKey()
A method to get and remove the first Key of a Map.
|
float |
pollLastFloatKey()
A method to get and remove the last Key of a Map.
|
Float2ByteSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2ByteSortedMap |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
Float2ByteSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2ByteSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, float2ByteEntrySet, 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, entrySet, float2ByteEntrySet, 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 FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>comparator in interface Float2ByteSortedMappublic Float2ByteSortedMap subMap(float fromKey, float toKey)
Float2ByteSortedMapsubMap in interface Float2ByteSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2ByteSortedMap headMap(float toKey)
Float2ByteSortedMapheadMap in interface Float2ByteSortedMaptoKey - where the headMap should endpublic Float2ByteSortedMap tailMap(float fromKey)
Float2ByteSortedMaptailMap in interface Float2ByteSortedMapfromKey - where the TailMap should startpublic FloatSortedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>keySet in interface Float2ByteMapkeySet in interface Float2ByteSortedMapkeySet in class Float2ByteMaps.SynchronizedMappublic float firstFloatKey()
Float2ByteSortedMapfirstFloatKey in interface Float2ByteSortedMappublic float pollFirstFloatKey()
Float2ByteSortedMappollFirstFloatKey in interface Float2ByteSortedMappublic float lastFloatKey()
Float2ByteSortedMaplastFloatKey in interface Float2ByteSortedMappublic float pollLastFloatKey()
Float2ByteSortedMappollLastFloatKey in interface Float2ByteSortedMappublic byte firstByteValue()
Float2ByteSortedMapfirstByteValue in interface Float2ByteSortedMappublic byte lastByteValue()
Float2ByteSortedMaplastByteValue in interface Float2ByteSortedMappublic Float2ByteSortedMap copy()
Float2ByteMapcopy in interface Float2ByteMapcopy in interface Float2ByteSortedMapcopy in class Float2ByteMaps.SynchronizedMap@Deprecated public java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>firstKey in interface Float2ByteSortedMap@Deprecated public java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>lastKey in interface Float2ByteSortedMap@Deprecated public Float2ByteSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>subMap in interface Float2ByteSortedMap@Deprecated public Float2ByteSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>headMap in interface Float2ByteSortedMap@Deprecated public Float2ByteSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Byte>tailMap in interface Float2ByteSortedMap