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