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