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