|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Float2ReferenceSortedMap | |
---|---|
it.unimi.dsi.fastutil.floats | Provides type-specific classes for float elements or keys. |
Uses of Float2ReferenceSortedMap in it.unimi.dsi.fastutil.floats |
---|
Classes in it.unimi.dsi.fastutil.floats that implement Float2ReferenceSortedMap | |
---|---|
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. |
Fields in it.unimi.dsi.fastutil.floats declared as Float2ReferenceSortedMap | |
---|---|
protected Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.SynchronizedSortedMap.sortedMap
|
protected Float2ReferenceSortedMap<V> |
Float2ReferenceSortedMaps.UnmodifiableSortedMap.sortedMap
|
Methods in it.unimi.dsi.fastutil.floats that return Float2ReferenceSortedMap | ||
---|---|---|
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> |
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> |
Float2ReferenceRBTreeMap.headMap(float to)
|
|
Float2ReferenceSortedMap<V> |
Float2ReferenceAVLTreeMap.headMap(float to)
|
|
Float2ReferenceSortedMap<V> |
AbstractFloat2ReferenceSortedMap.headMap(Float to)
Delegates to the corresponding type-specific method. |
|
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> |
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
|
Float2ReferenceSortedMaps.singleton(float key,
V value)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Float2ReferenceSortedMaps.singleton(Float key,
V value)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Float2ReferenceSortedMaps.singleton(float key,
V value,
FloatComparator comparator)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
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> |
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> |
Float2ReferenceRBTreeMap.subMap(float from,
float to)
|
|
Float2ReferenceSortedMap<V> |
Float2ReferenceAVLTreeMap.subMap(float from,
float to)
|
|
Float2ReferenceSortedMap<V> |
AbstractFloat2ReferenceSortedMap.subMap(Float from,
Float to)
Delegates to the corresponding type-specific method. |
|
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> |
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
|
Float2ReferenceSortedMaps.synchronize(Float2ReferenceSortedMap<V> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map. |
|
static
|
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> |
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> |
Float2ReferenceRBTreeMap.tailMap(float from)
|
|
Float2ReferenceSortedMap<V> |
Float2ReferenceAVLTreeMap.tailMap(float from)
|
|
Float2ReferenceSortedMap<V> |
AbstractFloat2ReferenceSortedMap.tailMap(Float from)
Delegates to the corresponding type-specific method. |
|
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> |
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
|
Float2ReferenceSortedMaps.unmodifiable(Float2ReferenceSortedMap<V> m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map. |
Methods in it.unimi.dsi.fastutil.floats with parameters of type Float2ReferenceSortedMap | ||
---|---|---|
static
|
Float2ReferenceSortedMaps.synchronize(Float2ReferenceSortedMap<V> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map. |
|
static
|
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
|
Float2ReferenceSortedMaps.unmodifiable(Float2ReferenceSortedMap<V> m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map. |
Constructors in it.unimi.dsi.fastutil.floats with parameters of type Float2ReferenceSortedMap | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |