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