| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractInt2CharMap.BasicEntry
This class provides a basic but complete type-specific entry class for all those maps implementations
that do not have entries on their own (e.g., most immutable maps).
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Int2CharMap.Entry> |
Int2CharAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Int2CharMap.Entry> |
Int2CharRBTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Int2CharMap.Entry> |
Int2CharMaps.Singleton.entries |
protected ObjectSet<Int2CharMap.Entry> |
Int2CharMaps.SynchronizedMap.entries |
protected ObjectSet<Int2CharMap.Entry> |
Int2CharMaps.UnmodifiableMap.entries |
protected ObjectBidirectionalIterator<Int2CharMap.Entry> |
AbstractInt2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2CharMap.Entry> |
AbstractInt2CharSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIterable<Int2CharMap.Entry> |
Int2CharMaps.fastIterable(Int2CharMap map)
|
static ObjectBidirectionalIterable<Int2CharMap.Entry> |
Int2CharSortedMaps.fastIterable(Int2CharSortedMap map)
|
ObjectIterator<Int2CharMap.Entry> |
Int2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2CharMap.Entry> |
Int2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2CharMap.Entry> |
Int2CharSortedMap.FastSortedEntrySet.fastIterator(Int2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectIterator<Int2CharMap.Entry> |
Int2CharMaps.fastIterator(Int2CharMap map)
|
static ObjectBidirectionalIterator<Int2CharMap.Entry> |
Int2CharSortedMaps.fastIterator(Int2CharSortedMap map)
|
ObjectSortedSet<Int2CharMap.Entry> |
Int2CharSortedMaps.EmptySortedMap.int2CharEntrySet() |
ObjectSortedSet<Int2CharMap.Entry> |
Int2CharSortedMaps.Singleton.int2CharEntrySet() |
ObjectSortedSet<Int2CharMap.Entry> |
Int2CharSortedMaps.SynchronizedSortedMap.int2CharEntrySet() |
ObjectSortedSet<Int2CharMap.Entry> |
Int2CharSortedMaps.UnmodifiableSortedMap.int2CharEntrySet() |
ObjectSet<Int2CharMap.Entry> |
Int2CharMap.int2CharEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Int2CharMap.Entry> |
Int2CharAVLTreeMap.int2CharEntrySet() |
ObjectSortedSet<Int2CharMap.Entry> |
Int2CharSortedMap.int2CharEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Int2CharMap.Entry> |
Int2CharRBTreeMap.int2CharEntrySet() |
ObjectSet<Int2CharMap.Entry> |
Int2CharMaps.EmptyMap.int2CharEntrySet() |
ObjectSet<Int2CharMap.Entry> |
Int2CharMaps.Singleton.int2CharEntrySet() |
ObjectSet<Int2CharMap.Entry> |
Int2CharMaps.SynchronizedMap.int2CharEntrySet() |
ObjectSet<Int2CharMap.Entry> |
Int2CharMaps.UnmodifiableMap.int2CharEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Int2CharMap.Entry> |
Int2CharSortedMap.FastSortedEntrySet.fastIterator(Int2CharMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Int2CharMap.FastEntrySet.fastForEach(Consumer<? super Int2CharMap.Entry> consumer)
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
|
static void |
Int2CharMaps.fastForEach(Int2CharMap map,
Consumer<? super Int2CharMap.Entry> consumer)
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Int2CharMap.Entry> i) |
ValuesIterator(ObjectBidirectionalIterator<Int2CharMap.Entry> i) |
Copyright © 2020. All rights reserved.