| 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).
|
protected class |
Char2BooleanMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Char2BooleanMap.Entry> |
Char2BooleanAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Char2BooleanMap.Entry> |
Char2BooleanRBTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMaps.Singleton.entries |
protected ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMaps.SynchronizedMap.entries |
protected ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMaps.UnmodifiableMap.entries |
| Modifier and Type | Method and Description |
|---|---|
ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMap.char2BooleanEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Char2BooleanMap.Entry> |
Char2BooleanAVLTreeMap.char2BooleanEntrySet() |
ObjectSortedSet<Char2BooleanMap.Entry> |
Char2BooleanSortedMap.char2BooleanEntrySet()
Returns a type-specific sorted-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() |
ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMaps.EmptyMap.char2BooleanEntrySet() |
ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMaps.Singleton.char2BooleanEntrySet() |
ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMaps.SynchronizedMap.char2BooleanEntrySet() |
ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMaps.UnmodifiableMap.char2BooleanEntrySet() |
ObjectIterator<Char2BooleanMap.Entry> |
Char2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Char2BooleanMap.Entry> |
Char2BooleanSortedMap.FastSortedEntrySet.fastIterator(Char2BooleanMap.Entry from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Char2BooleanMap.Entry> |
Char2BooleanSortedMap.FastSortedEntrySet.fastIterator(Char2BooleanMap.Entry from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
Copyright © 2013. All Rights Reserved.