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