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