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