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