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