| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDouble2DoubleMap.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 |
Double2DoubleMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleRBTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMaps.Singleton.entries |
protected ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMaps.SynchronizedMap.entries |
protected ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleAVLTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMap.double2DoubleEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleSortedMaps.EmptySortedMap.double2DoubleEntrySet() |
ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleSortedMaps.Singleton.double2DoubleEntrySet() |
ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleSortedMaps.SynchronizedSortedMap.double2DoubleEntrySet() |
ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleSortedMaps.UnmodifiableSortedMap.double2DoubleEntrySet() |
ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleSortedMap.double2DoubleEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleRBTreeMap.double2DoubleEntrySet() |
ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMaps.EmptyMap.double2DoubleEntrySet() |
ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMaps.Singleton.double2DoubleEntrySet() |
ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMaps.SynchronizedMap.double2DoubleEntrySet() |
ObjectSet<Double2DoubleMap.Entry> |
Double2DoubleMaps.UnmodifiableMap.double2DoubleEntrySet() |
ObjectSortedSet<Double2DoubleMap.Entry> |
Double2DoubleAVLTreeMap.double2DoubleEntrySet() |
ObjectIterator<Double2DoubleMap.Entry> |
Double2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Double2DoubleMap.Entry> |
Double2DoubleSortedMap.FastSortedEntrySet.fastIterator(Double2DoubleMap.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<Double2DoubleMap.Entry> |
Double2DoubleSortedMap.FastSortedEntrySet.fastIterator(Double2DoubleMap.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.