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