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