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