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