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