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