|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Short2ReferenceSortedMap | |
---|---|
it.unimi.dsi.fastutil.shorts | Provides type-specific classes for short elements or keys. |
Uses of Short2ReferenceSortedMap in it.unimi.dsi.fastutil.shorts |
---|
Classes in it.unimi.dsi.fastutil.shorts that implement Short2ReferenceSortedMap | |
---|---|
class |
AbstractShort2ReferenceSortedMap<V>
An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
class |
Short2ReferenceAVLTreeMap<V>
A type-specific AVL tree map with a fast, small-footprint implementation. |
class |
Short2ReferenceLinkedOpenHashMap<V>
A type-specific linked hash map with with a fast, small-footprint implementation. |
class |
Short2ReferenceRBTreeMap<V>
A type-specific red-black tree map with a fast, small-footprint implementation. |
static class |
Short2ReferenceSortedMaps.EmptySortedMap<V>
An immutable class representing an empty type-specific sorted map. |
static class |
Short2ReferenceSortedMaps.Singleton<V>
An immutable class representing a type-specific singleton sorted map. |
static class |
Short2ReferenceSortedMaps.SynchronizedSortedMap<V>
A synchronized wrapper class for sorted maps. |
static class |
Short2ReferenceSortedMaps.UnmodifiableSortedMap<V>
An unmodifiable wrapper class for sorted maps. |
Fields in it.unimi.dsi.fastutil.shorts declared as Short2ReferenceSortedMap | |
---|---|
protected Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.SynchronizedSortedMap.sortedMap
|
protected Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.UnmodifiableSortedMap.sortedMap
|
Methods in it.unimi.dsi.fastutil.shorts that return Short2ReferenceSortedMap | ||
---|---|---|
Short2ReferenceSortedMap<V> |
Short2ReferenceLinkedOpenHashMap.headMap(short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceRBTreeMap.headMap(short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceAVLTreeMap.headMap(short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMap.headMap(short toKey)
Returns a view of the portion of this sorted map whose keys are strictly less than toKey . |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.EmptySortedMap.headMap(short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.Singleton.headMap(short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.SynchronizedSortedMap.headMap(short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.UnmodifiableSortedMap.headMap(short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMap.headMap(Short toKey)
Returns a view of the portion of this sorted map whose keys are strictly less than toKey . |
|
Short2ReferenceSortedMap<V> |
AbstractShort2ReferenceSortedMap.headMap(Short to)
Delegates to the corresponding type-specific method. |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.EmptySortedMap.headMap(Short oto)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.Singleton.headMap(Short oto)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.SynchronizedSortedMap.headMap(Short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.UnmodifiableSortedMap.headMap(Short to)
|
|
static
|
Short2ReferenceSortedMaps.singleton(short key,
V value)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Short2ReferenceSortedMaps.singleton(Short key,
V value)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Short2ReferenceSortedMaps.singleton(short key,
V value,
ShortComparator comparator)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Short2ReferenceSortedMaps.singleton(Short key,
V value,
ShortComparator comparator)
RETURNS a type-specific immutable sorted map containing only the specified pair. |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceLinkedOpenHashMap.subMap(short from,
short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceRBTreeMap.subMap(short from,
short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceAVLTreeMap.subMap(short from,
short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMap.subMap(short fromKey,
short toKey)
Returns a view of the portion of this sorted map whose keys range from fromKey , inclusive, to toKey , exclusive. |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.EmptySortedMap.subMap(short from,
short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.Singleton.subMap(short from,
short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.SynchronizedSortedMap.subMap(short from,
short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.UnmodifiableSortedMap.subMap(short from,
short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMap.subMap(Short fromKey,
Short toKey)
Returns a view of the portion of this sorted map whose keys range from fromKey , inclusive, to toKey , exclusive. |
|
Short2ReferenceSortedMap<V> |
AbstractShort2ReferenceSortedMap.subMap(Short from,
Short to)
Delegates to the corresponding type-specific method. |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.EmptySortedMap.subMap(Short ofrom,
Short oto)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.Singleton.subMap(Short ofrom,
Short oto)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.SynchronizedSortedMap.subMap(Short from,
Short to)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.UnmodifiableSortedMap.subMap(Short from,
Short to)
|
|
static
|
Short2ReferenceSortedMaps.synchronize(Short2ReferenceSortedMap<V> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map. |
|
static
|
Short2ReferenceSortedMaps.synchronize(Short2ReferenceSortedMap<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. |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceLinkedOpenHashMap.tailMap(short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceRBTreeMap.tailMap(short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceAVLTreeMap.tailMap(short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMap.tailMap(short fromKey)
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey . |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.EmptySortedMap.tailMap(short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.Singleton.tailMap(short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.SynchronizedSortedMap.tailMap(short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.UnmodifiableSortedMap.tailMap(short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMap.tailMap(Short fromKey)
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey . |
|
Short2ReferenceSortedMap<V> |
AbstractShort2ReferenceSortedMap.tailMap(Short from)
Delegates to the corresponding type-specific method. |
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.EmptySortedMap.tailMap(Short ofrom)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.Singleton.tailMap(Short ofrom)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.SynchronizedSortedMap.tailMap(Short from)
|
|
Short2ReferenceSortedMap<V> |
Short2ReferenceSortedMaps.UnmodifiableSortedMap.tailMap(Short from)
|
|
static
|
Short2ReferenceSortedMaps.unmodifiable(Short2ReferenceSortedMap<V> m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map. |
Methods in it.unimi.dsi.fastutil.shorts with parameters of type Short2ReferenceSortedMap | ||
---|---|---|
static
|
Short2ReferenceSortedMaps.synchronize(Short2ReferenceSortedMap<V> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map. |
|
static
|
Short2ReferenceSortedMaps.synchronize(Short2ReferenceSortedMap<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
|
Short2ReferenceSortedMaps.unmodifiable(Short2ReferenceSortedMap<V> m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map. |
Constructors in it.unimi.dsi.fastutil.shorts with parameters of type Short2ReferenceSortedMap | |
---|---|
Short2ReferenceAVLTreeMap(Short2ReferenceSortedMap<V> m)
Creates a new tree map copying a given sorted map (and its Comparator ). |
|
Short2ReferenceRBTreeMap(Short2ReferenceSortedMap<V> m)
Creates a new tree map copying a given sorted map (and its Comparator ). |
|
Short2ReferenceSortedMaps.SynchronizedSortedMap(Short2ReferenceSortedMap<V> m)
|
|
Short2ReferenceSortedMaps.SynchronizedSortedMap(Short2ReferenceSortedMap<V> m,
Object sync)
|
|
Short2ReferenceSortedMaps.UnmodifiableSortedMap(Short2ReferenceSortedMap<V> m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |