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