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