|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reference2DoubleSortedMap | |
---|---|
it.unimi.dsi.fastutil.objects | Provides type-specific classes for object elements or keys. |
Uses of Reference2DoubleSortedMap in it.unimi.dsi.fastutil.objects |
---|
Classes in it.unimi.dsi.fastutil.objects that implement Reference2DoubleSortedMap | |
---|---|
class |
AbstractReference2DoubleSortedMap<K>
An abstract class providing basic methods for sorted maps implementing a type-specific interface. |
class |
Reference2DoubleLinkedOpenHashMap<K>
A type-specific linked hash map with with a fast, small-footprint implementation. |
static class |
Reference2DoubleSortedMaps.EmptySortedMap<K>
An immutable class representing an empty type-specific sorted map. |
static class |
Reference2DoubleSortedMaps.Singleton<K>
An immutable class representing a type-specific singleton sorted map. |
static class |
Reference2DoubleSortedMaps.SynchronizedSortedMap<K>
A synchronized wrapper class for sorted maps. |
static class |
Reference2DoubleSortedMaps.UnmodifiableSortedMap<K>
An unmodifiable wrapper class for sorted maps. |
Fields in it.unimi.dsi.fastutil.objects declared as Reference2DoubleSortedMap | |
---|---|
protected Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.SynchronizedSortedMap.sortedMap
|
protected Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.UnmodifiableSortedMap.sortedMap
|
Methods in it.unimi.dsi.fastutil.objects that return Reference2DoubleSortedMap | ||
---|---|---|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.EmptySortedMap.headMap(K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.Singleton.headMap(K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.SynchronizedSortedMap.headMap(K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.UnmodifiableSortedMap.headMap(K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMap.headMap(K toKey)
Returns a view of the portion of this sorted map whose keys are strictly less than toKey . |
|
Reference2DoubleSortedMap<K> |
Reference2DoubleLinkedOpenHashMap.headMap(K to)
|
|
static
|
Reference2DoubleSortedMaps.singleton(K key,
double value)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Reference2DoubleSortedMaps.singleton(K key,
Double value)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Reference2DoubleSortedMaps.singleton(K key,
double value,
Comparator<? super K> comparator)
Returns a type-specific immutable sorted map containing only the specified pair. |
|
static
|
Reference2DoubleSortedMaps.singleton(K key,
Double value,
Comparator<? super K> comparator)
RETURNS a type-specific immutable sorted map containing only the specified pair. |
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.EmptySortedMap.subMap(K from,
K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.Singleton.subMap(K from,
K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.SynchronizedSortedMap.subMap(K from,
K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.UnmodifiableSortedMap.subMap(K from,
K to)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMap.subMap(K fromKey,
K toKey)
Returns a view of the portion of this sorted map whose keys range from fromKey , inclusive, to toKey , exclusive. |
|
Reference2DoubleSortedMap<K> |
Reference2DoubleLinkedOpenHashMap.subMap(K from,
K to)
|
|
static
|
Reference2DoubleSortedMaps.synchronize(Reference2DoubleSortedMap<K> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map. |
|
static
|
Reference2DoubleSortedMaps.synchronize(Reference2DoubleSortedMap<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. |
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.EmptySortedMap.tailMap(K from)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.Singleton.tailMap(K from)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.SynchronizedSortedMap.tailMap(K from)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMaps.UnmodifiableSortedMap.tailMap(K from)
|
|
Reference2DoubleSortedMap<K> |
Reference2DoubleSortedMap.tailMap(K fromKey)
Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey . |
|
Reference2DoubleSortedMap<K> |
Reference2DoubleLinkedOpenHashMap.tailMap(K from)
|
|
static
|
Reference2DoubleSortedMaps.unmodifiable(Reference2DoubleSortedMap<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 Reference2DoubleSortedMap | ||
---|---|---|
static
|
Reference2DoubleSortedMaps.synchronize(Reference2DoubleSortedMap<K> m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map. |
|
static
|
Reference2DoubleSortedMaps.synchronize(Reference2DoubleSortedMap<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
|
Reference2DoubleSortedMaps.unmodifiable(Reference2DoubleSortedMap<K> m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |