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