| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Field and Description |
|---|---|
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.
|
protected ObjectSortedSet<Double2BooleanMap.Entry> |
Double2BooleanRBTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
Double2BooleanSortedMap.double2BooleanEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Double2BooleanMap.Entry> |
Double2BooleanSortedMaps.EmptySortedMap.double2BooleanEntrySet() |
ObjectSortedSet<Double2BooleanMap.Entry> |
Double2BooleanSortedMaps.Singleton.double2BooleanEntrySet() |
ObjectSortedSet<Double2BooleanMap.Entry> |
Double2BooleanSortedMaps.SynchronizedSortedMap.double2BooleanEntrySet() |
ObjectSortedSet<Double2BooleanMap.Entry> |
Double2BooleanSortedMaps.UnmodifiableSortedMap.double2BooleanEntrySet() |
ObjectSortedSet<Double2BooleanMap.Entry> |
Double2BooleanRBTreeMap.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013. All Rights Reserved.