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