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