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