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