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