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