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