| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractInt2BooleanMap.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<Int2BooleanMap.Entry> |
Int2BooleanRBTreeMap.entries
Cached set of entries.
|
protected ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanAVLTreeMap.entries
Cached set of entries.
|
protected ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMaps.Singleton.entries |
protected ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMaps.SynchronizedMap.entries |
protected ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMaps.UnmodifiableMap.entries |
protected ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
AbstractInt2BooleanSortedMap.KeySetIterator.i |
protected ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
AbstractInt2BooleanSortedMap.ValuesIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIterable<Int2BooleanMap.Entry> |
Int2BooleanMaps.fastIterable(Int2BooleanMap map)
|
static ObjectBidirectionalIterable<Int2BooleanMap.Entry> |
Int2BooleanSortedMaps.fastIterable(Int2BooleanSortedMap map)
|
ObjectIterator<Int2BooleanMap.Entry> |
Int2BooleanMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
Int2BooleanSortedMap.FastSortedEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry instance, suitably mutated.
|
ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
Int2BooleanSortedMap.FastSortedEntrySet.fastIterator(Int2BooleanMap.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<Int2BooleanMap.Entry> |
Int2BooleanMaps.fastIterator(Int2BooleanMap map)
|
static ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
Int2BooleanSortedMaps.fastIterator(Int2BooleanSortedMap map)
|
ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanRBTreeMap.int2BooleanEntrySet() |
ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMap.int2BooleanEntrySet()
Returns a type-specific set view of the mappings contained in this map.
|
ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanAVLTreeMap.int2BooleanEntrySet() |
ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanSortedMaps.EmptySortedMap.int2BooleanEntrySet() |
ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanSortedMaps.Singleton.int2BooleanEntrySet() |
ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanSortedMaps.SynchronizedSortedMap.int2BooleanEntrySet() |
ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanSortedMaps.UnmodifiableSortedMap.int2BooleanEntrySet() |
ObjectSortedSet<Int2BooleanMap.Entry> |
Int2BooleanSortedMap.int2BooleanEntrySet()
Returns a type-specific sorted-set view of the mappings contained in this map.
|
ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMaps.EmptyMap.int2BooleanEntrySet() |
ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMaps.Singleton.int2BooleanEntrySet() |
ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMaps.SynchronizedMap.int2BooleanEntrySet() |
ObjectSet<Int2BooleanMap.Entry> |
Int2BooleanMaps.UnmodifiableMap.int2BooleanEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
ObjectBidirectionalIterator<Int2BooleanMap.Entry> |
Int2BooleanSortedMap.FastSortedEntrySet.fastIterator(Int2BooleanMap.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 |
Int2BooleanMap.FastEntrySet.fastForEach(Consumer<? super Int2BooleanMap.Entry> consumer)
Iterates quickly over this entry set; the iteration might happen always on the same entry instance, suitably mutated.
|
static void |
Int2BooleanMaps.fastForEach(Int2BooleanMap map,
Consumer<? super Int2BooleanMap.Entry> consumer)
|
| Constructor and Description |
|---|
KeySetIterator(ObjectBidirectionalIterator<Int2BooleanMap.Entry> i) |
ValuesIterator(ObjectBidirectionalIterator<Int2BooleanMap.Entry> i) |
Copyright © 2020. All rights reserved.