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