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