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