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