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