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