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