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