| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFloat2ReferenceSortedMap<V>
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
class |
Float2ReferenceAVLTreeMap<V>
A type-specific AVL tree map with a fast, small-footprint implementation.
|
class |
Float2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation.
|
class |
Float2ReferenceRBTreeMap<V>
A type-specific red-black tree map with a fast, small-footprint implementation.
|
static class |
Float2ReferenceSortedMaps.EmptySortedMap<V>
An immutable class representing an empty type-specific sorted map.
|
static class |
Float2ReferenceSortedMaps.Singleton<V>
An immutable class representing a type-specific singleton sorted map.
|
static class |
Float2ReferenceSortedMaps.SynchronizedSortedMap<V>
A synchronized wrapper class for sorted maps.
|
static class |
Float2ReferenceSortedMaps.UnmodifiableSortedMap<V>
An unmodifiable wrapper class for sorted maps.
|
| Modifier and Type | Field and Description |
|---|---|
protected Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.sortedMap |
protected Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.sortedMap |
| Modifier and Type | Method and Description |
|---|---|
Float2ReferenceSortedMap<V> |
Float2ReferenceLinkedOpenHashMap.headMap(float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMap.headMap(float toKey)
Returns a view of the portion of this sorted map whose keys are strictly less than
toKey. |
Float2ReferenceSortedMap<V> |
Float2ReferenceRBTreeMap.headMap(float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceAVLTreeMap.headMap(float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.EmptySortedMap.headMap(float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.Singleton.headMap(float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.headMap(float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.headMap(float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMap.headMap(Float toKey)
Returns a view of the portion of this sorted map whose keys are strictly less than
toKey. |
Float2ReferenceSortedMap<V> |
AbstractFloat2ReferenceSortedMap.headMap(Float to)
Delegates to the corresponding type-specific method.
|
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.EmptySortedMap.headMap(Float oto) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.Singleton.headMap(Float oto) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.headMap(Float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.headMap(Float to) |
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.singleton(float key,
V value)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.singleton(Float key,
V value)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.singleton(float key,
V value,
FloatComparator comparator)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.singleton(Float key,
V value,
FloatComparator comparator)
RETURNS a type-specific immutable sorted map containing only the specified pair.
|
Float2ReferenceSortedMap<V> |
Float2ReferenceLinkedOpenHashMap.subMap(float from,
float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMap.subMap(float fromKey,
float toKey)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
Float2ReferenceSortedMap<V> |
Float2ReferenceRBTreeMap.subMap(float from,
float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceAVLTreeMap.subMap(float from,
float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.EmptySortedMap.subMap(float from,
float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.Singleton.subMap(float from,
float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.subMap(float from,
float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.subMap(float from,
float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMap.subMap(Float fromKey,
Float toKey)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
Float2ReferenceSortedMap<V> |
AbstractFloat2ReferenceSortedMap.subMap(Float from,
Float to)
Delegates to the corresponding type-specific method.
|
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.EmptySortedMap.subMap(Float ofrom,
Float oto) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.Singleton.subMap(Float ofrom,
Float oto) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.subMap(Float from,
Float to) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.subMap(Float from,
Float to) |
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.synchronize(Float2ReferenceSortedMap<V> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
|
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.synchronize(Float2ReferenceSortedMap<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.
|
Float2ReferenceSortedMap<V> |
Float2ReferenceLinkedOpenHashMap.tailMap(float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMap.tailMap(float fromKey)
Returns a view of the portion of this sorted map whose keys are greater than or equal to
fromKey. |
Float2ReferenceSortedMap<V> |
Float2ReferenceRBTreeMap.tailMap(float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceAVLTreeMap.tailMap(float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.EmptySortedMap.tailMap(float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.Singleton.tailMap(float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.tailMap(float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.tailMap(float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMap.tailMap(Float fromKey)
Returns a view of the portion of this sorted map whose keys are greater than or equal to
fromKey. |
Float2ReferenceSortedMap<V> |
AbstractFloat2ReferenceSortedMap.tailMap(Float from)
Delegates to the corresponding type-specific method.
|
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.EmptySortedMap.tailMap(Float ofrom) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.Singleton.tailMap(Float ofrom) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.tailMap(Float from) |
Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.tailMap(Float from) |
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.unmodifiable(Float2ReferenceSortedMap<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> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.synchronize(Float2ReferenceSortedMap<V> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
|
static <V> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.synchronize(Float2ReferenceSortedMap<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> Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.unmodifiable(Float2ReferenceSortedMap<V> m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
|
| Constructor and Description |
|---|
Float2ReferenceAVLTreeMap(Float2ReferenceSortedMap<V> m)
Creates a new tree map copying a given sorted map (and its
Comparator). |
Float2ReferenceRBTreeMap(Float2ReferenceSortedMap<V> m)
Creates a new tree map copying a given sorted map (and its
Comparator). |
Float2ReferenceSortedMaps.SynchronizedSortedMap(Float2ReferenceSortedMap<V> m) |
Float2ReferenceSortedMaps.SynchronizedSortedMap(Float2ReferenceSortedMap<V> m,
Object sync) |
Float2ReferenceSortedMaps.UnmodifiableSortedMap(Float2ReferenceSortedMap<V> m) |
Copyright © 2013. All Rights Reserved.