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