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