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