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