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