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