| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractLong2FloatMap.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 |
Long2FloatMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatRBTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Long2FloatMap.Entry> |
Long2FloatMaps.Singleton.entries |
protected ObjectSet<Long2FloatMap.Entry> |
Long2FloatMaps.SynchronizedMap.entries |
protected ObjectSet<Long2FloatMap.Entry> |
Long2FloatMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatAVLTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Long2FloatMap.Entry> |
Long2FloatMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Long2FloatMap.Entry> |
Long2FloatSortedMap.FastSortedEntrySet.fastIterator(Long2FloatMap.Entry from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectSet<Long2FloatMap.Entry> |
Long2FloatMap.long2FloatEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatRBTreeMap.long2FloatEntrySet() |
ObjectSet<Long2FloatMap.Entry> |
Long2FloatMaps.EmptyMap.long2FloatEntrySet() |
ObjectSet<Long2FloatMap.Entry> |
Long2FloatMaps.Singleton.long2FloatEntrySet() |
ObjectSet<Long2FloatMap.Entry> |
Long2FloatMaps.SynchronizedMap.long2FloatEntrySet() |
ObjectSet<Long2FloatMap.Entry> |
Long2FloatMaps.UnmodifiableMap.long2FloatEntrySet() |
ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatSortedMaps.EmptySortedMap.long2FloatEntrySet() |
ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatSortedMaps.Singleton.long2FloatEntrySet() |
ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatSortedMaps.SynchronizedSortedMap.long2FloatEntrySet() |
ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatSortedMaps.UnmodifiableSortedMap.long2FloatEntrySet() |
ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatSortedMap.long2FloatEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Long2FloatMap.Entry> |
Long2FloatAVLTreeMap.long2FloatEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Long2FloatMap.Entry> |
Long2FloatSortedMap.FastSortedEntrySet.fastIterator(Long2FloatMap.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.