public static class Float2ByteMaps.UnmodifyableSortedMap extends Float2ByteMaps.UnmodifyableMap 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.
|
Float2ByteSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
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.
|
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 |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeByte, computeByteIfAbsent, computeByteIfPresent, float2ByteEntrySet, get, getOrDefault, mergeAllByte, mergeByte, put, putIfAbsent, remove, remove, removeOrDefault, replaceBytes, replaceBytes, subFrom, supplyByteIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, applyAsByte, 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, 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.UnmodifyableMappublic 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.UnmodifyableMap