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