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