| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractByte2IntSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
class |
Byte2IntAVLTreeMap
A type-specific AVL tree map with a fast, small-footprint implementation.
|
class |
Byte2IntLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
class |
Byte2IntRBTreeMap
A type-specific red-black tree map with a fast, small-footprint implementation.
|
static class |
Byte2IntSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
static class |
Byte2IntSortedMaps.Singleton
An immutable class representing a type-specific singleton sorted map.
|
static class |
Byte2IntSortedMaps.SynchronizedSortedMap
A synchronized wrapper class for sorted maps.
|
static class |
Byte2IntSortedMaps.UnmodifiableSortedMap
An unmodifiable wrapper class for sorted maps.
|
| Modifier and Type | Field and Description |
|---|---|
protected Byte2IntSortedMap |
Byte2IntSortedMaps.SynchronizedSortedMap.sortedMap |
protected Byte2IntSortedMap |
Byte2IntSortedMaps.UnmodifiableSortedMap.sortedMap |
| Modifier and Type | Method and Description |
|---|---|
Byte2IntSortedMap |
Byte2IntSortedMaps.EmptySortedMap.headMap(byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.Singleton.headMap(byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.SynchronizedSortedMap.headMap(byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.UnmodifiableSortedMap.headMap(byte to) |
Byte2IntSortedMap |
Byte2IntSortedMap.headMap(byte toKey)
Returns a view of the portion of this sorted map whose keys are strictly less than
toKey. |
Byte2IntSortedMap |
Byte2IntLinkedOpenHashMap.headMap(byte to)
Returns a view of the portion of this sorted map whose keys are strictly less than
toKey. |
Byte2IntSortedMap |
Byte2IntAVLTreeMap.headMap(byte to) |
Byte2IntSortedMap |
Byte2IntRBTreeMap.headMap(byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.EmptySortedMap.headMap(Byte oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.Singleton.headMap(Byte oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.SynchronizedSortedMap.headMap(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.UnmodifiableSortedMap.headMap(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default Byte2IntSortedMap |
Byte2IntSortedMap.headMap(Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.singleton(byte key,
int value)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.singleton(byte key,
int value,
ByteComparator comparator)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.singleton(Byte key,
Integer value)
Returns a type-specific immutable sorted map containing only the specified pair.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.singleton(Byte key,
Integer value,
ByteComparator comparator)
RETURNS a type-specific immutable sorted map containing only the specified pair.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.EmptySortedMap.subMap(byte from,
byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.Singleton.subMap(byte from,
byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.SynchronizedSortedMap.subMap(byte from,
byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.UnmodifiableSortedMap.subMap(byte from,
byte to) |
Byte2IntSortedMap |
Byte2IntSortedMap.subMap(byte fromKey,
byte toKey)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
Byte2IntSortedMap |
Byte2IntLinkedOpenHashMap.subMap(byte from,
byte to)
Returns a view of the portion of this sorted map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
Byte2IntSortedMap |
Byte2IntAVLTreeMap.subMap(byte from,
byte to) |
Byte2IntSortedMap |
Byte2IntRBTreeMap.subMap(byte from,
byte to) |
Byte2IntSortedMap |
Byte2IntSortedMaps.EmptySortedMap.subMap(Byte ofrom,
Byte oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.Singleton.subMap(Byte ofrom,
Byte oto)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.SynchronizedSortedMap.subMap(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.UnmodifiableSortedMap.subMap(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
default Byte2IntSortedMap |
Byte2IntSortedMap.subMap(Byte from,
Byte to)
Deprecated.
Please use the corresponding type-specific method instead.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.synchronize(Byte2IntSortedMap m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.synchronize(Byte2IntSortedMap m,
Object sync)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map, using an assigned object to synchronize.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.EmptySortedMap.tailMap(byte from) |
Byte2IntSortedMap |
Byte2IntSortedMaps.Singleton.tailMap(byte from) |
Byte2IntSortedMap |
Byte2IntSortedMaps.SynchronizedSortedMap.tailMap(byte from) |
Byte2IntSortedMap |
Byte2IntSortedMaps.UnmodifiableSortedMap.tailMap(byte from) |
Byte2IntSortedMap |
Byte2IntSortedMap.tailMap(byte fromKey)
Returns a view of the portion of this sorted map whose keys are greater than or equal to
fromKey. |
Byte2IntSortedMap |
Byte2IntLinkedOpenHashMap.tailMap(byte from)
Returns a view of the portion of this sorted map whose keys are greater than or equal to
fromKey. |
Byte2IntSortedMap |
Byte2IntAVLTreeMap.tailMap(byte from) |
Byte2IntSortedMap |
Byte2IntRBTreeMap.tailMap(byte from) |
Byte2IntSortedMap |
Byte2IntSortedMaps.EmptySortedMap.tailMap(Byte ofrom)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.Singleton.tailMap(Byte ofrom)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.SynchronizedSortedMap.tailMap(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
Byte2IntSortedMap |
Byte2IntSortedMaps.UnmodifiableSortedMap.tailMap(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
default Byte2IntSortedMap |
Byte2IntSortedMap.tailMap(Byte from)
Deprecated.
Please use the corresponding type-specific method instead.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.unmodifiable(Byte2IntSortedMap m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectBidirectionalIterable<Byte2IntMap.Entry> |
Byte2IntSortedMaps.fastIterable(Byte2IntSortedMap map)
|
static ObjectBidirectionalIterator<Byte2IntMap.Entry> |
Byte2IntSortedMaps.fastIterator(Byte2IntSortedMap map)
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.synchronize(Byte2IntSortedMap m)
Returns a synchronized type-specific sorted map backed by the given type-specific sorted map.
|
static Byte2IntSortedMap |
Byte2IntSortedMaps.synchronize(Byte2IntSortedMap 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 Byte2IntSortedMap |
Byte2IntSortedMaps.unmodifiable(Byte2IntSortedMap m)
Returns an unmodifiable type-specific sorted map backed by the given type-specific sorted map.
|
| Constructor and Description |
|---|
Byte2IntAVLTreeMap(Byte2IntSortedMap m)
Creates a new tree map copying a given sorted map (and its
Comparator). |
Byte2IntRBTreeMap(Byte2IntSortedMap m)
Creates a new tree map copying a given sorted map (and its
Comparator). |
SynchronizedSortedMap(Byte2IntSortedMap m) |
SynchronizedSortedMap(Byte2IntSortedMap m,
Object sync) |
UnmodifiableSortedMap(Byte2IntSortedMap m) |
Copyright © 2020. All rights reserved.