| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectBigListIterator<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 |
ObjectBigListIterators.BigListIteratorListIterator<K>
A class exposing a list iterator as a big-list iterator..
|
static class |
ObjectBigListIterators.EmptyBigListIterator<K>
A class returning no elements and a type-specific big list iterator interface.
|
static class |
ObjectBigListIterators.UnmodifiableBigListIterator<K>
An unmodifiable wrapper class for big list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBigListIterator<K> |
ObjectBigListIterators.UnmodifiableBigListIterator.i |
| 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.
|
ObjectBigListIterator<K> |
ObjectBigLists.EmptyBigList.iterator() |
ObjectBigListIterator<K> |
ObjectBigLists.SynchronizedBigList.iterator() |
ObjectBigListIterator<K> |
ObjectBigLists.UnmodifiableBigList.iterator() |
ObjectBigListIterator<K> |
ObjectBigLists.ListBigList.iterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.EmptyBigList.iterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.SynchronizedBigList.iterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.UnmodifiableBigList.iterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.ListBigList.iterator() |
ObjectBigListIterator<K> |
AbstractReferenceBigList.iterator()
Returns a type-specific iterator on the elements of this collection.
|
ObjectBigListIterator<K> |
ObjectBigList.iterator()
Returns a type-specific iterator on the elements of this list.
|
ObjectBigListIterator<K> |
AbstractObjectBigList.iterator()
Returns a type-specific iterator on the elements of this collection.
|
ObjectBigListIterator<K> |
ReferenceBigList.iterator()
Returns a type-specific iterator on the elements of this list.
|
ObjectBigListIterator<K> |
ObjectBigLists.EmptyBigList.listIterator() |
ObjectBigListIterator<K> |
ObjectBigLists.Singleton.listIterator() |
ObjectBigListIterator<K> |
ObjectBigLists.SynchronizedBigList.listIterator() |
ObjectBigListIterator<K> |
ObjectBigLists.UnmodifiableBigList.listIterator() |
ObjectBigListIterator<K> |
ObjectBigLists.ListBigList.listIterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.EmptyBigList.listIterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.Singleton.listIterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.SynchronizedBigList.listIterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.UnmodifiableBigList.listIterator() |
ObjectBigListIterator<K> |
ReferenceBigLists.ListBigList.listIterator() |
ObjectBigListIterator<K> |
AbstractReferenceBigList.listIterator()
Returns a type-specific big-list iterator on this type-specific big list.
|
ObjectBigListIterator<K> |
ObjectBigList.listIterator()
Returns a type-specific big-list iterator on this type-specific big list.
|
ObjectBigListIterator<K> |
AbstractObjectBigList.listIterator()
Returns a type-specific big-list iterator on this type-specific big list.
|
ObjectBigListIterator<K> |
ReferenceBigList.listIterator()
Returns a type-specific big-list iterator on this type-specific big list.
|
ObjectBigListIterator<K> |
ObjectBigLists.EmptyBigList.listIterator(long i) |
ObjectBigListIterator<K> |
ObjectBigLists.Singleton.listIterator(long i) |
ObjectBigListIterator<K> |
ObjectBigLists.SynchronizedBigList.listIterator(long i) |
ObjectBigListIterator<K> |
ObjectBigLists.UnmodifiableBigList.listIterator(long i) |
ObjectBigListIterator<K> |
ObjectBigLists.ListBigList.listIterator(long index) |
ObjectBigListIterator<K> |
ReferenceBigLists.EmptyBigList.listIterator(long i) |
ObjectBigListIterator<K> |
ReferenceBigLists.Singleton.listIterator(long i) |
ObjectBigListIterator<K> |
ReferenceBigLists.SynchronizedBigList.listIterator(long i) |
ObjectBigListIterator<K> |
ReferenceBigLists.UnmodifiableBigList.listIterator(long i) |
ObjectBigListIterator<K> |
ReferenceBigLists.ListBigList.listIterator(long index) |
ObjectBigListIterator<K> |
ObjectBigArrayBigList.listIterator(long index) |
ObjectBigListIterator<K> |
AbstractReferenceBigList.listIterator(long index)
Returns a type-specific list iterator on this type-specific big list starting at a given index.
|
ObjectBigListIterator<K> |
AbstractReferenceBigList.ReferenceSubList.listIterator(long index) |
ObjectBigListIterator<K> |
ObjectBigList.listIterator(long index)
Returns a type-specific list iterator on this type-specific big list starting at a given index.
|
ObjectBigListIterator<K> |
ReferenceBigArrayBigList.listIterator(long index) |
ObjectBigListIterator<K> |
AbstractObjectBigList.listIterator(long index)
Returns a type-specific list iterator on this type-specific big list starting at a given index.
|
ObjectBigListIterator<K> |
AbstractObjectBigList.ObjectSubList.listIterator(long index) |
ObjectBigListIterator<K> |
ReferenceBigList.listIterator(long index)
Returns a type-specific list iterator on this type-specific big list starting at a given index.
|
static <K> ObjectBigListIterator<K> |
ObjectBigListIterators.singleton(K element)
Returns an iterator that iterates just over the given element.
|
static <K> ObjectBigListIterator<K> |
ObjectBigListIterators.unmodifiable(ObjectBigListIterator<K> i)
Returns an unmodifiable list iterator backed by the specified list iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectBigListIterator<K> |
ObjectBigListIterators.unmodifiable(ObjectBigListIterator<K> i)
Returns an unmodifiable list iterator backed by the specified list iterator.
|
| Constructor and Description |
|---|
UnmodifiableBigListIterator(ObjectBigListIterator<K> i) |
Copyright © 2020. All rights reserved.