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