| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractByte2FloatMap.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 |
Byte2FloatMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatRBTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMaps.Singleton.entries |
protected ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMaps.SynchronizedMap.entries |
protected ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMaps.UnmodifiableMap.entries |
| Modifier and Type | Method and Description |
|---|---|
ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatSortedMaps.EmptySortedMap.byte2FloatEntrySet() |
ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatSortedMaps.Singleton.byte2FloatEntrySet() |
ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatSortedMaps.SynchronizedSortedMap.byte2FloatEntrySet() |
ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatSortedMaps.UnmodifiableSortedMap.byte2FloatEntrySet() |
ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatRBTreeMap.byte2FloatEntrySet() |
ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatAVLTreeMap.byte2FloatEntrySet() |
ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMap.byte2FloatEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMaps.EmptyMap.byte2FloatEntrySet() |
ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMaps.Singleton.byte2FloatEntrySet() |
ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMaps.SynchronizedMap.byte2FloatEntrySet() |
ObjectSet<Byte2FloatMap.Entry> |
Byte2FloatMaps.UnmodifiableMap.byte2FloatEntrySet() |
ObjectSortedSet<Byte2FloatMap.Entry> |
Byte2FloatSortedMap.byte2FloatEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectIterator<Byte2FloatMap.Entry> |
Byte2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Byte2FloatMap.Entry> |
Byte2FloatSortedMap.FastSortedEntrySet.fastIterator(Byte2FloatMap.Entry from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Byte2FloatMap.Entry> |
Byte2FloatSortedMap.FastSortedEntrySet.fastIterator(Byte2FloatMap.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.