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