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