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