public static class Float2ShortMaps.SynchronizedSortedMap extends Float2ShortMaps.SynchronizedMap implements Float2ShortSortedMap
AbstractFloat2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2ShortSortedMap.FastSortedSetFloat2ShortMap.BuilderCache, Float2ShortMap.Entry, Float2ShortMap.FastEntrySet, Float2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
Float2ShortSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
java.lang.Float |
firstKey()
Deprecated.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
Float2ShortSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2ShortSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
FloatSortedSet |
keySet() |
float |
lastFloatKey()
A method to get the last Key of a Map.
|
java.lang.Float |
lastKey()
Deprecated.
|
short |
lastShortValue()
A method to get the last Value 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.
|
Float2ShortSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2ShortSortedMap |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
Float2ShortSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2ShortSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, float2ShortEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, size, subFrom, supplyShortIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2ShortEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, subFrom, supplyShortIfAbsentpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Short>comparator in interface Float2ShortSortedMappublic Float2ShortSortedMap subMap(float fromKey, float toKey)
Float2ShortSortedMapsubMap in interface Float2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2ShortSortedMap headMap(float toKey)
Float2ShortSortedMapheadMap in interface Float2ShortSortedMaptoKey - where the headMap should endpublic Float2ShortSortedMap tailMap(float fromKey)
Float2ShortSortedMaptailMap in interface Float2ShortSortedMapfromKey - where the TailMap should startpublic FloatSortedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Float,java.lang.Short>keySet in interface Float2ShortMapkeySet in interface Float2ShortSortedMapkeySet in class Float2ShortMaps.SynchronizedMappublic float firstFloatKey()
Float2ShortSortedMapfirstFloatKey in interface Float2ShortSortedMappublic float pollFirstFloatKey()
Float2ShortSortedMappollFirstFloatKey in interface Float2ShortSortedMappublic float lastFloatKey()
Float2ShortSortedMaplastFloatKey in interface Float2ShortSortedMappublic float pollLastFloatKey()
Float2ShortSortedMappollLastFloatKey in interface Float2ShortSortedMappublic short firstShortValue()
Float2ShortSortedMapfirstShortValue in interface Float2ShortSortedMappublic short lastShortValue()
Float2ShortSortedMaplastShortValue in interface Float2ShortSortedMappublic Float2ShortSortedMap copy()
Float2ShortMapcopy in interface Float2ShortMapcopy in interface Float2ShortSortedMapcopy in class Float2ShortMaps.SynchronizedMap@Deprecated public java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Short>firstKey in interface Float2ShortSortedMap@Deprecated public java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Short>lastKey in interface Float2ShortSortedMap@Deprecated public Float2ShortSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Short>subMap in interface Float2ShortSortedMap@Deprecated public Float2ShortSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Short>headMap in interface Float2ShortSortedMap@Deprecated public Float2ShortSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Short>tailMap in interface Float2ShortSortedMap