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