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