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