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