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