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