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