|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntListIterator | |
---|---|
it.unimi.dsi.fastutil.ints | Provides type-specific classes for integer elements or keys. |
Uses of IntListIterator in it.unimi.dsi.fastutil.ints |
---|
Classes in it.unimi.dsi.fastutil.ints that implement IntListIterator | |
---|---|
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.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators. |
Fields in it.unimi.dsi.fastutil.ints declared as IntListIterator | |
---|---|
protected IntListIterator |
IntBigListIterators.BigListIteratorListIterator.i
|
protected IntListIterator |
IntIterators.UnmodifiableListIterator.i
|
Methods in it.unimi.dsi.fastutil.ints that return IntListIterator | |
---|---|
static IntListIterator |
IntIterators.asIntIterator(ListIterator i)
Wraps a standard list iterator into a type-specific list iterator. |
static IntListIterator |
IntIterators.fromTo(int from,
int to)
Creates a type-specific list iterator over an interval. |
IntListIterator |
IntList.intListIterator()
Deprecated. As of fastutil 5, replaced by IntList.listIterator() . |
IntListIterator |
IntLists.EmptyList.intListIterator()
Deprecated. |
IntListIterator |
IntLists.SynchronizedList.intListIterator()
Deprecated. |
IntListIterator |
IntLists.UnmodifiableList.intListIterator()
Deprecated. |
IntListIterator |
AbstractIntList.intListIterator()
Deprecated. |
IntListIterator |
IntList.intListIterator(int index)
Deprecated. As of fastutil 5, replaced by IntList.listIterator(int) . |
IntListIterator |
IntLists.EmptyList.intListIterator(int i)
Deprecated. |
IntListIterator |
IntLists.SynchronizedList.intListIterator(int i)
Deprecated. |
IntListIterator |
IntLists.UnmodifiableList.intListIterator(int i)
Deprecated. |
IntListIterator |
AbstractIntList.intListIterator(int index)
Deprecated. |
IntListIterator |
IntList.iterator()
Returns a type-specific iterator on the elements of this list (in proper sequence). |
IntListIterator |
IntLists.EmptyList.iterator()
|
IntListIterator |
IntLists.Singleton.iterator()
|
IntListIterator |
IntLists.SynchronizedList.iterator()
|
IntListIterator |
IntLists.UnmodifiableList.iterator()
|
IntListIterator |
IntLinkedOpenHashSet.iterator()
|
IntListIterator |
IntSets.Singleton.iterator()
|
IntListIterator |
IntLinkedOpenCustomHashSet.iterator()
|
IntListIterator |
AbstractIntList.iterator()
|
IntListIterator |
IntLinkedOpenHashSet.iterator(int from)
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set. |
IntListIterator |
IntLinkedOpenCustomHashSet.iterator(int from)
Returns a type-specific list iterator on the elements in this set, starting from a given element of the set. |
IntListIterator |
IntList.listIterator()
Returns a type-specific list iterator on the list. |
IntListIterator |
IntLists.EmptyList.listIterator()
|
IntListIterator |
IntLists.Singleton.listIterator()
|
IntListIterator |
IntLists.SynchronizedList.listIterator()
|
IntListIterator |
IntLists.UnmodifiableList.listIterator()
|
IntListIterator |
AbstractIntList.listIterator()
|
IntListIterator |
IntList.listIterator(int index)
Returns a type-specific list iterator on the list starting at a given index. |
IntListIterator |
IntLists.EmptyList.listIterator(int i)
|
IntListIterator |
IntLists.Singleton.listIterator(int i)
|
IntListIterator |
IntLists.SynchronizedList.listIterator(int i)
|
IntListIterator |
IntLists.UnmodifiableList.listIterator(int i)
|
IntListIterator |
IntArrayList.listIterator(int index)
|
IntListIterator |
AbstractIntList.listIterator(int index)
|
IntListIterator |
AbstractIntList.IntSubList.listIterator(int index)
|
static IntListIterator |
IntIterators.singleton(int element)
Returns an iterator that iterates just over the given element. |
static IntListIterator |
IntIterators.unmodifiable(IntListIterator i)
Returns an unmodifiable list iterator backed by the specified list iterator. |
static IntListIterator |
IntIterators.wrap(int[] array)
Wraps the given array into a type-specific list iterator. |
static IntListIterator |
IntIterators.wrap(int[] array,
int offset,
int length)
Wraps the given part of an array into a type-specific list iterator. |
Methods in it.unimi.dsi.fastutil.ints with parameters of type IntListIterator | |
---|---|
static IntBigListIterator |
IntBigListIterators.asBigListIterator(IntListIterator i)
Returns a big-list iterator backed by the specified list iterator. |
static IntListIterator |
IntIterators.unmodifiable(IntListIterator i)
Returns an unmodifiable list iterator backed by the specified list iterator. |
Constructors in it.unimi.dsi.fastutil.ints with parameters of type IntListIterator | |
---|---|
IntBigListIterators.BigListIteratorListIterator(IntListIterator i)
|
|
IntIterators.UnmodifiableListIterator(IntListIterator i)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |