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