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