|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Char2BooleanMap.Entry | |
---|---|
it.unimi.dsi.fastutil.chars | Provides type-specific classes for character elements or keys. |
Uses of Char2BooleanMap.Entry in it.unimi.dsi.fastutil.chars |
---|
Classes in it.unimi.dsi.fastutil.chars that implement Char2BooleanMap.Entry | |
---|---|
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
|
Fields in it.unimi.dsi.fastutil.chars with type parameters of type Char2BooleanMap.Entry | |
---|---|
protected ObjectSortedSet<Char2BooleanMap.Entry> |
Char2BooleanRBTreeMap.entries
Cached set of entries. |
protected ObjectSortedSet<Char2BooleanMap.Entry> |
Char2BooleanAVLTreeMap.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
|
Methods in it.unimi.dsi.fastutil.chars that return types with arguments of type Char2BooleanMap.Entry | |
---|---|
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> |
Char2BooleanAVLTreeMap.char2BooleanEntrySet()
|
ObjectSet<Char2BooleanMap.Entry> |
Char2BooleanMap.char2BooleanEntrySet()
Returns a type-specific set view of the mappings contained in this map. |
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. |
Methods in it.unimi.dsi.fastutil.chars with parameters of type Char2BooleanMap.Entry | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |