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