| 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.doubles |
Provides type-specific classes for double elements or keys.
|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.io |
Provides classes and static methods that make object and primitive-type I/O easier and faster.
|
| 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 | Class and Description |
|---|---|
protected static class |
AbstractByte2IntSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AbstractByte2IntSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractChar2IntSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AbstractChar2IntSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractDouble2IntSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AbstractDouble2IntSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static DoubleIterator |
DoubleIterators.wrap(IntIterator iterator)
Returns an iterator backed by the specified integer iterator.
|
| Constructor and Description |
|---|
IntIteratorWrapper(IntIterator iterator) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFloat2IntSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AbstractFloat2IntSortedMap.ValuesCollection.iterator() |
| 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 |
IntBigListIterator
A type-specific
BigListIterator. |
interface |
IntListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractInt2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2IntSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
protected static class |
AbstractInt2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractInt2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractIntBidirectionalIterator
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.
|
class |
AbstractIntBigListIterator
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.
|
class |
AbstractIntIterator
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.
|
class |
AbstractIntListIterator
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 |
IntBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
IntBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
IntBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
protected static class |
IntIterators.ByteIteratorWrapper
A wrapper promoting the results of a ByteIterator.
|
static class |
IntIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
protected static class |
IntIterators.ShortIteratorWrapper
A wrapper promoting the results of a ShortIterator.
|
static class |
IntIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
IntIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
|
static class |
IntIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected IntIterator |
IntIterators.UnmodifiableIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static IntIterator |
IntIterators.asIntIterator(Iterator i)
Wraps a standard iterator into a type-specific iterator.
|
static IntIterator |
IntIterators.concat(IntIterator[] a)
Concatenates all iterators contained in an array.
|
static IntIterator |
IntIterators.concat(IntIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
IntIterator |
AbstractInt2IntSortedMap.ValuesCollection.iterator() |
IntIterator |
IntArraySet.iterator() |
abstract IntIterator |
AbstractIntSet.iterator() |
IntIterator |
IntCollections.SynchronizedCollection.iterator() |
IntIterator |
IntCollections.UnmodifiableCollection.iterator() |
IntIterator |
IntCollections.IterableCollection.iterator() |
IntIterator |
IntOpenHashBigSet.iterator() |
IntIterator |
IntSet.iterator()
Returns a type-specific iterator on the elements of this set.
|
IntIterator |
IntIterable.iterator()
Returns a type-specific iterator.
|
IntIterator |
IntOpenHashSet.iterator() |
IntIterator |
IntCollection.iterator()
Returns a type-specific iterator on the elements of this collection.
|
abstract IntIterator |
AbstractIntCollection.iterator() |
IntIterator |
IntOpenCustomHashSet.iterator() |
static IntIterator |
IntIterators.unmodifiable(IntIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
static IntIterator |
IntIterators.wrap(ByteIterator iterator)
Returns an iterator backed by the specified byte iterator.
|
static IntIterator |
IntIterators.wrap(ShortIterator iterator)
Returns an iterator backed by the specified short iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IntIterators.all(IntIterator iterator,
IntPredicate predicate) |
static boolean |
IntIterators.any(IntIterator iterator,
IntPredicate predicate) |
static IntIterator |
IntIterators.concat(IntIterator[] a)
Concatenates all iterators contained in an array.
|
static IntIterator |
IntIterators.concat(IntIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
static int |
IntIterators.indexOf(IntIterator iterator,
IntPredicate predicate) |
static IntList |
IntIterators.pour(IntIterator i)
Pours an iterator, returning a type-specific list.
|
static IntList |
IntIterators.pour(IntIterator i,
int max)
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
|
static int |
IntIterators.pour(IntIterator i,
IntCollection s)
Pours an iterator into a type-specific collection.
|
static int |
IntIterators.pour(IntIterator i,
IntCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
static IntIterator |
IntIterators.unmodifiable(IntIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
static int[] |
IntIterators.unwrap(IntIterator i)
Unwraps an iterator, returning an array.
|
static int[] |
IntIterators.unwrap(IntIterator i,
int max)
Unwraps an iterator, returning an array, with a limit on the number of elements.
|
static int |
IntIterators.unwrap(IntIterator i,
int[] array)
Unwraps an iterator into an array.
|
static long |
IntIterators.unwrap(IntIterator i,
int[][] array)
Unwraps an iterator into a big array.
|
static long |
IntIterators.unwrap(IntIterator i,
int[][] array,
long offset,
long max)
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
|
static int |
IntIterators.unwrap(IntIterator i,
int[] array,
int offset,
int max)
Unwraps an iterator into an array starting at a given offset for a given number of elements.
|
static long |
IntIterators.unwrap(IntIterator i,
IntCollection c)
Unwraps an iterator into a type-specific collection.
|
static int |
IntIterators.unwrap(IntIterator i,
IntCollection c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
static int[][] |
IntIterators.unwrapBig(IntIterator i)
Unwraps an iterator, returning a big array.
|
static int[][] |
IntIterators.unwrapBig(IntIterator i,
long max)
Unwraps an iterator, returning a big array, with a limit on the number of elements.
|
| Constructor and Description |
|---|
IntArrayList(IntIterator i)
Creates a new array list and fills it with the elements returned by a type-specific iterator..
|
IntAVLTreeSet(IntIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
IntBigArrayBigList(IntIterator i)
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
|
IntLinkedOpenCustomHashSet(IntIterator i,
float f,
IntHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
IntLinkedOpenCustomHashSet(IntIterator i,
IntHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
IntLinkedOpenHashSet(IntIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
IntLinkedOpenHashSet(IntIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
IntOpenCustomHashSet(IntIterator i,
float f,
IntHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
IntOpenCustomHashSet(IntIterator i,
IntHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
IntOpenHashBigSet(IntIterator i)
Creates a new hash big set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
IntOpenHashBigSet(IntIterator i,
float f)
Creates a new hash big set using elements provided by a type-specific iterator.
|
IntOpenHashSet(IntIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
IntOpenHashSet(IntIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
IntRBTreeSet(IntIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
UnmodifiableIterator(IntIterator i) |
| Modifier and Type | Method and Description |
|---|---|
static IntIterator |
TextIO.asIntIterator(BufferedReader reader)
Wraps the given buffered reader into an iterator.
|
static IntIterator |
BinIO.asIntIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator.
|
static IntIterator |
TextIO.asIntIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator.
|
static IntIterator |
BinIO.asIntIterator(DataInput dataInput)
Wraps the given data input stream into an iterator.
|
static IntIterator |
BinIO.asIntIterator(File file)
Wraps a file given by a
File object into an iterator. |
static IntIterator |
TextIO.asIntIterator(File file)
Wraps a file given by a
File object into an iterator. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinIO.storeInts(IntIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname.
|
static void |
TextIO.storeInts(IntIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname.
|
static void |
BinIO.storeInts(IntIterator i,
DataOutput dataOutput)
Stores the element returned by an iterator to a given data output.
|
static void |
BinIO.storeInts(IntIterator i,
File file)
Stores the element returned by an iterator to a file given by a
File object. |
static void |
TextIO.storeInts(IntIterator i,
File file)
Stores the element returned by an iterator to a file given by a
File object. |
static void |
TextIO.storeInts(IntIterator i,
PrintStream stream)
Stores the element returned by an iterator to a given print stream.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLong2IntSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AbstractLong2IntSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static LongIterator |
LongIterators.wrap(IntIterator iterator)
Returns an iterator backed by the specified integer iterator.
|
| Constructor and Description |
|---|
IntIteratorWrapper(IntIterator iterator) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractObject2IntSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
protected static class |
AbstractReference2IntSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AbstractObject2IntSortedMap.ValuesCollection.iterator() |
IntIterator |
AbstractReference2IntSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractShort2IntSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
AbstractShort2IntSortedMap.ValuesCollection.iterator() |
Copyright © 2020. All rights reserved.