| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractObject2DoubleMap.BasicEntry<K>
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 |
Object2DoubleMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleRBTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMaps.Singleton.entries |
protected ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMaps.SynchronizedMap.entries |
protected ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleAVLTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Object2DoubleMap.Entry<K>> |
Object2DoubleMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMap.FastSortedEntrySet.fastIterator(Object2DoubleMap.Entry<K> from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleRBTreeMap.object2DoubleEntrySet() |
ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMaps.EmptyMap.object2DoubleEntrySet() |
ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMaps.Singleton.object2DoubleEntrySet() |
ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMaps.SynchronizedMap.object2DoubleEntrySet() |
ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMaps.UnmodifiableMap.object2DoubleEntrySet() |
ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMap.object2DoubleEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleAVLTreeMap.object2DoubleEntrySet() |
ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMaps.EmptySortedMap.object2DoubleEntrySet() |
ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMaps.Singleton.object2DoubleEntrySet() |
ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMaps.SynchronizedSortedMap.object2DoubleEntrySet() |
ObjectSortedSet<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMaps.UnmodifiableSortedMap.object2DoubleEntrySet() |
ObjectSet<Object2DoubleMap.Entry<K>> |
Object2DoubleMap.object2DoubleEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Object2DoubleMap.Entry<K>> |
Object2DoubleSortedMap.FastSortedEntrySet.fastIterator(Object2DoubleMap.Entry<K> 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.