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