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