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