| 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).
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectSortedSet<Short2BooleanMap.Entry> |
Short2BooleanRBTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Short2BooleanMap.Entry> |
Short2BooleanAVLTreeMap.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 ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
AbstractShort2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
AbstractShort2BooleanSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIterable<Short2BooleanMap.Entry> |
Short2BooleanMaps.fastIterable(Short2BooleanMap map)
|
static ObjectBidirectionalIterable<Short2BooleanMap.Entry> |
Short2BooleanSortedMaps.fastIterable(Short2BooleanSortedMap map)
|
ObjectIterator<Short2BooleanMap.Entry> |
Short2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
Short2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
Short2BooleanSortedMap.FastSortedEntrySet.fastIterator(Short2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
static ObjectIterator<Short2BooleanMap.Entry> |
Short2BooleanMaps.fastIterator(Short2BooleanMap map)
|
static ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
Short2BooleanSortedMaps.fastIterator(Short2BooleanSortedMap map)
|
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() |
ObjectSortedSet<Short2BooleanMap.Entry> |
Short2BooleanSortedMap.short2BooleanEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSortedSet<Short2BooleanMap.Entry> |
Short2BooleanAVLTreeMap.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() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Short2BooleanMap.Entry> |
Short2BooleanSortedMap.FastSortedEntrySet.fastIterator(Short2BooleanMap.Entry from)
Returns a fast iterator over this entry set, starting from a given element of the domain (optional operation);
the iterator might return always the same entry instance, suitably mutated.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Short2BooleanMap.FastEntrySet.fastForEach(Consumer<? super Short2BooleanMap.Entry> consumer)
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
|
static void |
Short2BooleanMaps.fastForEach(Short2BooleanMap map,
Consumer<? super Short2BooleanMap.Entry> consumer)
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Short2BooleanMap.Entry> i) |
ValuesIterator(ObjectBidirectionalIterator<Short2BooleanMap.Entry> i) |
Copyright © 2020. All rights reserved.