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