| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| 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 |
Provides type-specific classes for object elements or keys.
|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectListIterator<byte[]> |
ByteArrayFrontCodedList.listIterator(int start) |
| Modifier and Type | Method and Description |
|---|---|
ObjectListIterator<char[]> |
CharArrayFrontCodedList.listIterator(int start) |
| Modifier and Type | Method and Description |
|---|---|
ObjectListIterator<int[]> |
IntArrayFrontCodedList.listIterator(int start) |
| Modifier and Type | Method and Description |
|---|---|
ObjectListIterator<long[]> |
LongArrayFrontCodedList.listIterator(int start) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectListIterator<K>
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
static class |
ObjectIterators.EmptyIterator<K>
A class returning no elements and a type-specific iterator interface.
|
static class |
ObjectIterators.UnmodifiableListIterator<K>
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectListIterator<K> |
ObjectBigListIterators.BigListIteratorListIterator.i |
protected ObjectListIterator<K> |
ObjectIterators.UnmodifiableListIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectListIterator<K> |
ObjectIterators.asObjectIterator(ListIterator<K> i)
Wraps a standard list iterator into a type-specific list iterator.
|
ObjectListIterator<K> |
ObjectLinkedOpenCustomHashSet.iterator()
Returns a type-specific list iterator on the elements in this set, starting from the first element.
|
ObjectListIterator<K> |
ObjectSets.Singleton.iterator() |
ObjectListIterator<K> |
ReferenceLists.EmptyList.iterator() |
ObjectListIterator<K> |
ReferenceLists.Singleton.iterator() |
ObjectListIterator<K> |
ReferenceLists.SynchronizedList.iterator() |
ObjectListIterator<K> |
ReferenceLists.UnmodifiableList.iterator() |
ObjectListIterator<K> |
ObjectLinkedOpenHashSet.iterator()
Returns a type-specific list iterator on the elements in this set, starting from the first element.
|
ObjectListIterator<K> |
ObjectLists.EmptyList.iterator() |
ObjectListIterator<K> |
ObjectLists.Singleton.iterator() |
ObjectListIterator<K> |
ObjectLists.SynchronizedList.iterator() |
ObjectListIterator<K> |
ObjectLists.UnmodifiableList.iterator() |
ObjectListIterator<K> |
ObjectList.iterator()
Returns a type-specific iterator on the elements of this list.
|
ObjectListIterator<K> |
AbstractObjectList.iterator()
Returns a type-specific iterator on the elements of this collection.
|
ObjectListIterator<K> |
ReferenceSets.Singleton.iterator() |
ObjectListIterator<K> |
ReferenceList.iterator()
Returns a type-specific iterator on the elements of this list.
|
ObjectListIterator<K> |
ReferenceLinkedOpenHashSet.iterator()
Returns a type-specific list iterator on the elements in this set, starting from the first element.
|
ObjectListIterator<K> |
AbstractReferenceList.iterator()
Returns a type-specific iterator on the elements of this collection.
|
ObjectListIterator<K> |
ObjectLinkedOpenCustomHashSet.iterator(K from)
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
|
ObjectListIterator<K> |
ObjectLinkedOpenHashSet.iterator(K from)
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
|
ObjectListIterator<K> |
ReferenceLinkedOpenHashSet.iterator(K from)
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
|
ObjectListIterator<K> |
ReferenceLists.EmptyList.listIterator() |
ObjectListIterator<K> |
ReferenceLists.Singleton.listIterator() |
ObjectListIterator<K> |
ReferenceLists.SynchronizedList.listIterator() |
ObjectListIterator<K> |
ReferenceLists.UnmodifiableList.listIterator() |
ObjectListIterator<K> |
ObjectLists.EmptyList.listIterator() |
ObjectListIterator<K> |
ObjectLists.Singleton.listIterator() |
ObjectListIterator<K> |
ObjectLists.SynchronizedList.listIterator() |
ObjectListIterator<K> |
ObjectLists.UnmodifiableList.listIterator() |
ObjectListIterator<K> |
ObjectList.listIterator()
Returns a type-specific list iterator on the list.
|
ObjectListIterator<K> |
AbstractObjectList.listIterator()
Returns a type-specific list iterator on the list.
|
ObjectListIterator<K> |
ReferenceList.listIterator()
Returns a type-specific list iterator on the list.
|
ObjectListIterator<K> |
AbstractReferenceList.listIterator()
Returns a type-specific list iterator on the list.
|
ObjectListIterator<K> |
ReferenceLists.EmptyList.listIterator(int i) |
ObjectListIterator<K> |
ReferenceLists.Singleton.listIterator(int i) |
ObjectListIterator<K> |
ReferenceLists.SynchronizedList.listIterator(int i) |
ObjectListIterator<K> |
ReferenceLists.UnmodifiableList.listIterator(int i) |
ObjectListIterator<K> |
ObjectLists.EmptyList.listIterator(int i) |
ObjectListIterator<K> |
ObjectLists.Singleton.listIterator(int i) |
ObjectListIterator<K> |
ObjectLists.SynchronizedList.listIterator(int i) |
ObjectListIterator<K> |
ObjectLists.UnmodifiableList.listIterator(int i) |
ObjectListIterator<K> |
ObjectList.listIterator(int index)
Returns a type-specific list iterator on the list starting at a given index.
|
ObjectListIterator<K> |
ObjectArrayList.listIterator(int index) |
ObjectListIterator<K> |
AbstractObjectList.listIterator(int index)
Returns a type-specific list iterator on the list starting at a given index.
|
ObjectListIterator<K> |
AbstractObjectList.ObjectSubList.listIterator(int index) |
ObjectListIterator<K> |
ReferenceList.listIterator(int index)
Returns a type-specific list iterator on the list starting at a given index.
|
ObjectListIterator<K> |
ReferenceArrayList.listIterator(int index) |
ObjectListIterator<K> |
AbstractReferenceList.listIterator(int index)
Returns a type-specific list iterator on the list starting at a given index.
|
ObjectListIterator<K> |
AbstractReferenceList.ReferenceSubList.listIterator(int index) |
static <K> ObjectListIterator<K> |
ObjectIterators.singleton(K element)
Returns an immutable iterator that iterates just over the given element.
|
static <K> ObjectListIterator<K> |
ObjectIterators.unmodifiable(ObjectListIterator<K> i)
Returns an unmodifiable list iterator backed by the specified list iterator.
|
static <K> ObjectListIterator<K> |
ObjectIterators.wrap(K[] array)
Wraps the given array into a type-specific list iterator.
|
static <K> ObjectListIterator<K> |
ObjectIterators.wrap(K[] array,
int offset,
int length)
Wraps the given part of an array into a type-specific list iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectBigListIterator<K> |
ObjectBigListIterators.asBigListIterator(ObjectListIterator<K> i)
Returns a big-list iterator backed by the specified list iterator.
|
static <K> ObjectListIterator<K> |
ObjectIterators.unmodifiable(ObjectListIterator<K> i)
Returns an unmodifiable list iterator backed by the specified list iterator.
|
| Constructor and Description |
|---|
BigListIteratorListIterator(ObjectListIterator<K> i) |
UnmodifiableListIterator(ObjectListIterator<K> i) |
| Modifier and Type | Method and Description |
|---|---|
ObjectListIterator<short[]> |
ShortArrayFrontCodedList.listIterator(int start) |
Copyright © 2020. All rights reserved.