| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| it.unimi.dsi.fastutil.objects |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
IntListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractInt2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values.
|
class |
AbstractIntBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractIntListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
static class |
IntIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
IntIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
IntIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Int2ObjectMap.Entry<V>> |
Int2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectIterator<V> |
AbstractInt2ObjectSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
LongListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLong2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractLong2ObjectSortedMap.ValuesIterator<V>
A wrapper exhibiting a map iterator as an iterator on values.
|
class |
AbstractLongBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractLongListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
static class |
LongIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
LongIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
LongIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Long2ObjectMap.Entry<V>> |
Long2ObjectMap.FastEntrySet.fastIterator()
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
|
ObjectIterator<V> |
AbstractLong2ObjectSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectBidirectionalIterator<K>
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
ObjectListIterator<K>
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectBidirectionalIterator<K>
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractObjectIterator<K>
An abstract class facilitating the creation of type-specific iterators.
|
class |
AbstractObjectListIterator<K>
An abstract class facilitating the creation of type-specific list iterators.
|
static class |
ObjectIterators.EmptyIterator<K>
A class returning no elements and a type-specific iterator interface.
|
static class |
ObjectIterators.UnmodifiableBidirectionalIterator<K>
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
ObjectIterators.UnmodifiableIterator<K>
An unmodifiable wrapper class for iterators.
|
static class |
ObjectIterators.UnmodifiableListIterator<K>
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectIterator<K> |
ObjectIterators.UnmodifiableIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectIterator<K> |
ObjectIterators.asObjectIterator(Iterator<K> i)
Wraps a standard iterator into a type-specific iterator.
|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a)
Concatenates all iterators contained in an array.
|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
ObjectIterator<K> |
ObjectSet.iterator()
Returns a type-specific iterator on the elements of this set.
|
ObjectIterator<K> |
ObjectIterable.iterator()
Returns a type-specific iterator.
|
ObjectIterator<K> |
ObjectCollections.SynchronizedCollection.iterator() |
ObjectIterator<K> |
ObjectCollections.UnmodifiableCollection.iterator() |
ObjectIterator<K> |
ObjectCollections.IterableCollection.iterator() |
ObjectIterator<K> |
ObjectCollection.iterator()
Returns a type-specific iterator on the elements of this collection.
|
ObjectIterator<K> |
ObjectArraySet.iterator() |
abstract ObjectIterator<K> |
AbstractObjectSet.iterator() |
abstract ObjectIterator<K> |
AbstractObjectCollection.iterator() |
ObjectIterator<K> |
ObjectCollections.SynchronizedCollection.objectIterator()
Deprecated.
|
ObjectIterator<K> |
ObjectCollections.UnmodifiableCollection.objectIterator()
Deprecated.
|
ObjectIterator<K> |
ObjectCollections.IterableCollection.objectIterator()
Deprecated.
|
ObjectIterator<K> |
ObjectCollection.objectIterator()
Deprecated.
As of
fastutil 5, replaced by ObjectCollection.iterator(). |
ObjectIterator<K> |
AbstractObjectCollection.objectIterator()
Deprecated.
|
static <K> ObjectIterator<K> |
ObjectIterators.unmodifiable(ObjectIterator<K> i)
Returns an unmodifiable iterator backed by the specified iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a)
Concatenates all iterators contained in an array.
|
static <K> ObjectIterator<K> |
ObjectIterators.concat(ObjectIterator<? extends K>[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
static <K> ObjectIterator<K> |
ObjectIterators.unmodifiable(ObjectIterator<K> i)
Returns an unmodifiable iterator backed by the specified iterator.
|
| Constructor and Description |
|---|
ObjectArrayList(ObjectIterator<? extends K> i)
Creates a new array list and fills it with the elements returned by a type-specific iterator..
|
UnmodifiableIterator(ObjectIterator<K> i) |
Copyright © 2016. All rights reserved.