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