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