| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractShort2LongMap.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 |
Short2LongMaps.Singleton.SingletonEntry |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSet<Short2LongMap.Entry> |
Short2LongMaps.Singleton.entries |
protected ObjectSet<Short2LongMap.Entry> |
Short2LongMaps.SynchronizedMap.entries |
protected ObjectSet<Short2LongMap.Entry> |
Short2LongMaps.UnmodifiableMap.entries |
protected ObjectSortedSet<Short2LongMap.Entry> |
Short2LongRBTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Short2LongMap.Entry> |
Short2LongAVLTreeMap.entries
Cached set of entries.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Short2LongMap.Entry> |
Short2LongMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectBidirectionalIterator<Short2LongMap.Entry> |
Short2LongSortedMap.FastSortedEntrySet.fastIterator(Short2LongMap.Entry from)
Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectSet<Short2LongMap.Entry> |
Short2LongMaps.EmptyMap.short2LongEntrySet() |
ObjectSet<Short2LongMap.Entry> |
Short2LongMaps.Singleton.short2LongEntrySet() |
ObjectSet<Short2LongMap.Entry> |
Short2LongMaps.SynchronizedMap.short2LongEntrySet() |
ObjectSet<Short2LongMap.Entry> |
Short2LongMaps.UnmodifiableMap.short2LongEntrySet() |
ObjectSortedSet<Short2LongMap.Entry> |
Short2LongRBTreeMap.short2LongEntrySet() |
ObjectSet<Short2LongMap.Entry> |
Short2LongMap.short2LongEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Short2LongMap.Entry> |
Short2LongSortedMap.short2LongEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Short2LongMap.Entry> |
Short2LongSortedMaps.EmptySortedMap.short2LongEntrySet() |
ObjectSortedSet<Short2LongMap.Entry> |
Short2LongSortedMaps.Singleton.short2LongEntrySet() |
ObjectSortedSet<Short2LongMap.Entry> |
Short2LongSortedMaps.SynchronizedSortedMap.short2LongEntrySet() |
ObjectSortedSet<Short2LongMap.Entry> |
Short2LongSortedMaps.UnmodifiableSortedMap.short2LongEntrySet() |
ObjectSortedSet<Short2LongMap.Entry> |
Short2LongAVLTreeMap.short2LongEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Short2LongMap.Entry> |
Short2LongSortedMap.FastSortedEntrySet.fastIterator(Short2LongMap.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.