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