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