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