| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractShort2CharMap.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 ObjectSet<Short2CharMap.Entry> |
Short2CharMaps.Singleton.entries |
protected ObjectSet<Short2CharMap.Entry> |
Short2CharMaps.SynchronizedMap.entries |
protected ObjectSet<Short2CharMap.Entry> |
Short2CharMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Short2CharMap.Entry> |
Short2CharAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Short2CharMap.Entry> |
Short2CharRBTreeMap.entries
Cached set of entries.
|
protected ObjectBidirectionalIterator<Short2CharMap.Entry> |
AbstractShort2CharSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2CharMap.Entry> |
AbstractShort2CharSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIterable<Short2CharMap.Entry> |
Short2CharMaps.fastIterable(Short2CharMap map)
|
static ObjectBidirectionalIterable<Short2CharMap.Entry> |
Short2CharSortedMaps.fastIterable(Short2CharSortedMap map)
|
ObjectIterator<Short2CharMap.Entry> |
Short2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2CharMap.Entry> |
Short2CharSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2CharMap.Entry> |
Short2CharSortedMap.FastSortedEntrySet.fastIterator(Short2CharMap.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<Short2CharMap.Entry> |
Short2CharMaps.fastIterator(Short2CharMap map)
|
static ObjectBidirectionalIterator<Short2CharMap.Entry> |
Short2CharSortedMaps.fastIterator(Short2CharSortedMap map)
|
ObjectSet<Short2CharMap.Entry> |
Short2CharMaps.EmptyMap.short2CharEntrySet() |
ObjectSet<Short2CharMap.Entry> |
Short2CharMaps.Singleton.short2CharEntrySet() |
ObjectSet<Short2CharMap.Entry> |
Short2CharMaps.SynchronizedMap.short2CharEntrySet() |
ObjectSet<Short2CharMap.Entry> |
Short2CharMaps.UnmodifiableMap.short2CharEntrySet() |
ObjectSet<Short2CharMap.Entry> |
Short2CharMap.short2CharEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Short2CharMap.Entry> |
Short2CharSortedMaps.EmptySortedMap.short2CharEntrySet() |
ObjectSortedSet<Short2CharMap.Entry> |
Short2CharSortedMaps.Singleton.short2CharEntrySet() |
ObjectSortedSet<Short2CharMap.Entry> |
Short2CharSortedMaps.SynchronizedSortedMap.short2CharEntrySet() |
ObjectSortedSet<Short2CharMap.Entry> |
Short2CharSortedMaps.UnmodifiableSortedMap.short2CharEntrySet() |
ObjectSortedSet<Short2CharMap.Entry> |
Short2CharSortedMap.short2CharEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Short2CharMap.Entry> |
Short2CharAVLTreeMap.short2CharEntrySet() |
ObjectSortedSet<Short2CharMap.Entry> |
Short2CharRBTreeMap.short2CharEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Short2CharMap.Entry> |
Short2CharSortedMap.FastSortedEntrySet.fastIterator(Short2CharMap.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 |
Short2CharMap.FastEntrySet.fastForEach(Consumer<? super Short2CharMap.Entry> consumer)
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
|
static void |
Short2CharMaps.fastForEach(Short2CharMap map,
Consumer<? super Short2CharMap.Entry> consumer)
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Short2CharMap.Entry> i) |
ValuesIterator(ObjectBidirectionalIterator<Short2CharMap.Entry> i) |
Copyright © 2020. All rights reserved.