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