|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Char2CharMap.Entry | |
---|---|
it.unimi.dsi.fastutil.chars | Provides type-specific classes for character elements or keys. |
Uses of Char2CharMap.Entry in it.unimi.dsi.fastutil.chars |
---|
Classes in it.unimi.dsi.fastutil.chars that implement Char2CharMap.Entry | |
---|---|
static class |
AbstractChar2CharMap.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 |
Char2CharMaps.Singleton.SingletonEntry
|
Fields in it.unimi.dsi.fastutil.chars with type parameters of type Char2CharMap.Entry | |
---|---|
protected ObjectSortedSet<Char2CharMap.Entry> |
Char2CharAVLTreeMap.entries
Cached set of entries. |
protected ObjectSortedSet<Char2CharMap.Entry> |
Char2CharRBTreeMap.entries
Cached set of entries. |
protected ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.Singleton.entries
|
protected ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.SynchronizedMap.entries
|
protected ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.UnmodifiableMap.entries
|
Methods in it.unimi.dsi.fastutil.chars that return types with arguments of type Char2CharMap.Entry | |
---|---|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMap.char2CharEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map. |
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharAVLTreeMap.char2CharEntrySet()
|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharRBTreeMap.char2CharEntrySet()
|
ObjectSet<Char2CharMap.Entry> |
Char2CharMap.char2CharEntrySet()
Returns a type-specific set view of the mappings contained in this map. |
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.EmptyMap.char2CharEntrySet()
|
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.Singleton.char2CharEntrySet()
|
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.SynchronizedMap.char2CharEntrySet()
|
ObjectSet<Char2CharMap.Entry> |
Char2CharMaps.UnmodifiableMap.char2CharEntrySet()
|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.EmptySortedMap.char2CharEntrySet()
|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.Singleton.char2CharEntrySet()
|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.SynchronizedSortedMap.char2CharEntrySet()
|
ObjectSortedSet<Char2CharMap.Entry> |
Char2CharSortedMaps.UnmodifiableSortedMap.char2CharEntrySet()
|
ObjectIterator<Char2CharMap.Entry> |
Char2CharMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated. |
ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMap.FastSortedEntrySet.fastIterator(Char2CharMap.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 Char2CharMap.Entry | |
---|---|
ObjectBidirectionalIterator<Char2CharMap.Entry> |
Char2CharSortedMap.FastSortedEntrySet.fastIterator(Char2CharMap.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 |