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