| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFloat2ShortSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
class |
Float2ShortAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
class |
Float2ShortLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
class |
Float2ShortRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
static class |
Float2ShortSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
static class |
Float2ShortSortedMaps.Singleton
An immutable class representing a type-specific singleton sorted map.
|
static class |
Float2ShortSortedMaps.SynchronizedSortedMap
A synchronized wrapper class for sorted maps.
|
static class |
Float2ShortSortedMaps.UnmodifiableSortedMap
An unmodifiable wrapper class for sorted maps.
|
| Modifier and Type | Field and Description |
|---|---|
protected Float2ShortSortedMap |
Float2ShortSortedMaps.SynchronizedSortedMap.sortedMap |
protected Float2ShortSortedMap |
Float2ShortSortedMaps.UnmodifiableSortedMap.sortedMap |
| Modifier and Type | Method and Description |
|---|---|
Float2ShortSortedMap |
Float2ShortLinkedOpenHashMap.headMap(float to)
Returns a view of the portion of this sorted map whose keys are strictly less than
toKey. |
Float2ShortSortedMap |
Float2ShortRBTreeMap.headMap(float to) |
Float2ShortSortedMap |
Float2ShortAVLTreeMap.headMap(float to) |
Float2ShortSortedMap |
Float2ShortSortedMap.headMap(float toKey)
Returns a view of the portion of this sorted map whose keys are strictly less than
toKey. |
Float2ShortSortedMap |
Float2ShortSortedMaps.EmptySortedMap.headMap(float to) |
Float2ShortSortedMap |
Float2ShortSortedMaps.Singleton.headMap(float to) |
Float2ShortSortedMap |
Float2ShortSortedMaps.SynchronizedSortedMap.headMap(float to) |
Float2ShortSortedMap |
Float2ShortSortedMaps.UnmodifiableSortedMap.headMap(float to) |
default Float2ShortSortedMap |
Float2ShortSortedMap.headMap(Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.EmptySortedMap.headMap(Float oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.Singleton.headMap(Float oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.SynchronizedSortedMap.headMap(Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.UnmodifiableSortedMap.headMap(Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.singleton(float key,
short value)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.singleton(Float key,
Short value)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.singleton(float key,
short value,
FloatComparator comparator)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.singleton(Float key,
Short value,
FloatComparator comparator)
RETURNS a type-specific immutable sorted map containing only the specified pair.
|
Float2ShortSortedMap |
Float2ShortLinkedOpenHashMap.subMap(float from,
float to)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
Float2ShortSortedMap |
Float2ShortRBTreeMap.subMap(float from,
float to) |
Float2ShortSortedMap |
Float2ShortAVLTreeMap.subMap(float from,
float to) |
Float2ShortSortedMap |
Float2ShortSortedMap.subMap(float fromKey,
float toKey)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
Float2ShortSortedMap |
Float2ShortSortedMaps.EmptySortedMap.subMap(float from,
float to) |
Float2ShortSortedMap |
Float2ShortSortedMaps.Singleton.subMap(float from,
float to) |
Float2ShortSortedMap |
Float2ShortSortedMaps.SynchronizedSortedMap.subMap(float from,
float to) |
Float2ShortSortedMap |
Float2ShortSortedMaps.UnmodifiableSortedMap.subMap(float from,
float to) |
default Float2ShortSortedMap |
Float2ShortSortedMap.subMap(Float from,
Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.EmptySortedMap.subMap(Float ofrom,
Float oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.Singleton.subMap(Float ofrom,
Float oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.SynchronizedSortedMap.subMap(Float from,
Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.UnmodifiableSortedMap.subMap(Float from,
Float to)
Deprecated.
Please use the corresponding type-specific method instead.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.synchronize(Float2ShortSortedMap m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.synchronize(Float2ShortSortedMap m,
Object sync)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
|
Float2ShortSortedMap |
Float2ShortLinkedOpenHashMap.tailMap(float from)
Returns a view of the portion of this sorted map whose keys are greater than or equal to
fromKey. |
Float2ShortSortedMap |
Float2ShortRBTreeMap.tailMap(float from) |
Float2ShortSortedMap |
Float2ShortAVLTreeMap.tailMap(float from) |
Float2ShortSortedMap |
Float2ShortSortedMap.tailMap(float fromKey)
Returns a view of the portion of this sorted map whose keys are greater than or equal to
fromKey. |
Float2ShortSortedMap |
Float2ShortSortedMaps.EmptySortedMap.tailMap(float from) |
Float2ShortSortedMap |
Float2ShortSortedMaps.Singleton.tailMap(float from) |
Float2ShortSortedMap |
Float2ShortSortedMaps.SynchronizedSortedMap.tailMap(float from) |
Float2ShortSortedMap |
Float2ShortSortedMaps.UnmodifiableSortedMap.tailMap(float from) |
default Float2ShortSortedMap |
Float2ShortSortedMap.tailMap(Float from)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.EmptySortedMap.tailMap(Float ofrom)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.Singleton.tailMap(Float ofrom)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.SynchronizedSortedMap.tailMap(Float from)
Deprecated.
Please use the corresponding type-specific method instead.
|
Float2ShortSortedMap |
Float2ShortSortedMaps.UnmodifiableSortedMap.tailMap(Float from)
Deprecated.
Please use the corresponding type-specific method instead.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.unmodifiable(Float2ShortSortedMap m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectBidirectionalIterable<Float2ShortMap.Entry> |
Float2ShortSortedMaps.fastIterable(Float2ShortSortedMap map)
|
static ObjectBidirectionalIterator<Float2ShortMap.Entry> |
Float2ShortSortedMaps.fastIterator(Float2ShortSortedMap map)
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.synchronize(Float2ShortSortedMap m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.synchronize(Float2ShortSortedMap m,
Object sync)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
|
static Float2ShortSortedMap |
Float2ShortSortedMaps.unmodifiable(Float2ShortSortedMap m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
|
| Constructor and Description |
|---|
Float2ShortAVLTreeMap(Float2ShortSortedMap m)
Creates a new tree map copying a given sorted map (and its
Comparator). |
Float2ShortRBTreeMap(Float2ShortSortedMap m)
Creates a new tree map copying a given sorted map (and its
Comparator). |
SynchronizedSortedMap(Float2ShortSortedMap m) |
SynchronizedSortedMap(Float2ShortSortedMap m,
Object sync) |
UnmodifiableSortedMap(Float2ShortSortedMap m) |
Copyright © 2020. All rights reserved.