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