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