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