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