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