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