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