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