| 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 |
AbstractByte2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIterator |
AbstractByte2DoubleSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractChar2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIterator |
AbstractChar2DoubleSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
interface |
DoubleBigListIterator
A type-specific
BigListIterator. |
interface |
DoubleListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractDouble2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
protected static class |
AbstractDouble2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractDouble2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractDoubleBidirectionalIterator
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 |
AbstractDoubleBigListIterator
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 |
AbstractDoubleIterator
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 |
AbstractDoubleListIterator
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 |
DoubleBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
DoubleBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
DoubleBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
protected static class |
DoubleIterators.ByteIteratorWrapper
A wrapper promoting the results of a ByteIterator.
|
static class |
DoubleIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
protected static class |
DoubleIterators.FloatIteratorWrapper
A wrapper promoting the results of a FloatIterator.
|
protected static class |
DoubleIterators.IntIteratorWrapper
A wrapper promoting the results of an IntIterator.
|
protected static class |
DoubleIterators.ShortIteratorWrapper
A wrapper promoting the results of a ShortIterator.
|
static class |
DoubleIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
DoubleIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
|
static class |
DoubleIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected DoubleIterator |
DoubleIterators.UnmodifiableIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static DoubleIterator |
DoubleIterators.asDoubleIterator(Iterator i)
Wraps a standard iterator into a type-specific iterator.
|
static DoubleIterator |
DoubleIterators.concat(DoubleIterator[] a)
Concatenates all iterators contained in an array.
|
static DoubleIterator |
DoubleIterators.concat(DoubleIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
DoubleIterator |
DoubleCollection.iterator()
Returns a type-specific iterator on the elements of this collection.
|
DoubleIterator |
DoubleCollections.SynchronizedCollection.iterator() |
DoubleIterator |
DoubleCollections.UnmodifiableCollection.iterator() |
DoubleIterator |
DoubleCollections.IterableCollection.iterator() |
DoubleIterator |
DoubleOpenCustomHashSet.iterator() |
DoubleIterator |
DoubleArraySet.iterator() |
DoubleIterator |
DoubleOpenHashBigSet.iterator() |
DoubleIterator |
DoubleOpenHashSet.iterator() |
DoubleIterator |
AbstractDouble2DoubleSortedMap.ValuesCollection.iterator() |
DoubleIterator |
DoubleSet.iterator()
Returns a type-specific iterator on the elements of this set.
|
abstract DoubleIterator |
AbstractDoubleSet.iterator() |
DoubleIterator |
DoubleIterable.iterator()
Returns a type-specific iterator.
|
abstract DoubleIterator |
AbstractDoubleCollection.iterator() |
static DoubleIterator |
DoubleIterators.unmodifiable(DoubleIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
static DoubleIterator |
DoubleIterators.wrap(ByteIterator iterator)
Returns an iterator backed by the specified byte iterator.
|
static DoubleIterator |
DoubleIterators.wrap(FloatIterator iterator)
Returns an iterator backed by the specified float iterator.
|
static DoubleIterator |
DoubleIterators.wrap(IntIterator iterator)
Returns an iterator backed by the specified integer iterator.
|
static DoubleIterator |
DoubleIterators.wrap(ShortIterator iterator)
Returns an iterator backed by the specified short iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DoubleIterators.all(DoubleIterator iterator,
DoublePredicate predicate) |
static boolean |
DoubleIterators.any(DoubleIterator iterator,
DoublePredicate predicate) |
static DoubleIterator |
DoubleIterators.concat(DoubleIterator[] a)
Concatenates all iterators contained in an array.
|
static DoubleIterator |
DoubleIterators.concat(DoubleIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
static int |
DoubleIterators.indexOf(DoubleIterator iterator,
DoublePredicate predicate) |
static DoubleList |
DoubleIterators.pour(DoubleIterator i)
Pours an iterator, returning a type-specific list.
|
static int |
DoubleIterators.pour(DoubleIterator i,
DoubleCollection s)
Pours an iterator into a type-specific collection.
|
static int |
DoubleIterators.pour(DoubleIterator i,
DoubleCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
static DoubleList |
DoubleIterators.pour(DoubleIterator i,
int max)
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
|
static DoubleIterator |
DoubleIterators.unmodifiable(DoubleIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
static double[] |
DoubleIterators.unwrap(DoubleIterator i)
Unwraps an iterator, returning an array.
|
static int |
DoubleIterators.unwrap(DoubleIterator i,
double[] array)
Unwraps an iterator into an array.
|
static long |
DoubleIterators.unwrap(DoubleIterator i,
double[][] array)
Unwraps an iterator into a big array.
|
static long |
DoubleIterators.unwrap(DoubleIterator i,
double[][] 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 |
DoubleIterators.unwrap(DoubleIterator i,
double[] array,
int offset,
int max)
Unwraps an iterator into an array starting at a given offset for a given number of elements.
|
static long |
DoubleIterators.unwrap(DoubleIterator i,
DoubleCollection c)
Unwraps an iterator into a type-specific collection.
|
static int |
DoubleIterators.unwrap(DoubleIterator i,
DoubleCollection c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
static double[] |
DoubleIterators.unwrap(DoubleIterator i,
int max)
Unwraps an iterator, returning an array, with a limit on the number of elements.
|
static double[][] |
DoubleIterators.unwrapBig(DoubleIterator i)
Unwraps an iterator, returning a big array.
|
static double[][] |
DoubleIterators.unwrapBig(DoubleIterator i,
long max)
Unwraps an iterator, returning a big array, with a limit on the number of elements.
|
| Constructor and Description |
|---|
DoubleArrayList(DoubleIterator i)
Creates a new array list and fills it with the elements returned by a type-specific iterator..
|
DoubleAVLTreeSet(DoubleIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
DoubleBigArrayBigList(DoubleIterator i)
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
|
DoubleLinkedOpenCustomHashSet(DoubleIterator i,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
DoubleLinkedOpenCustomHashSet(DoubleIterator i,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
DoubleLinkedOpenHashSet(DoubleIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
DoubleLinkedOpenHashSet(DoubleIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
DoubleOpenCustomHashSet(DoubleIterator i,
DoubleHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
DoubleOpenCustomHashSet(DoubleIterator i,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
DoubleOpenHashBigSet(DoubleIterator i)
Creates a new hash big set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
DoubleOpenHashBigSet(DoubleIterator i,
float f)
Creates a new hash big set using elements provided by a type-specific iterator.
|
DoubleOpenHashSet(DoubleIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
DoubleOpenHashSet(DoubleIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
DoubleRBTreeSet(DoubleIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
UnmodifiableIterator(DoubleIterator i) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFloat2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIterator |
AbstractFloat2DoubleSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractInt2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIterator |
AbstractInt2DoubleSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static DoubleIterator |
TextIO.asDoubleIterator(BufferedReader reader)
Wraps the given buffered reader into an iterator.
|
static DoubleIterator |
BinIO.asDoubleIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator.
|
static DoubleIterator |
TextIO.asDoubleIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator.
|
static DoubleIterator |
BinIO.asDoubleIterator(DataInput dataInput)
Wraps the given data input stream into an iterator.
|
static DoubleIterator |
BinIO.asDoubleIterator(File file)
Wraps a file given by a
File object into an iterator. |
static DoubleIterator |
TextIO.asDoubleIterator(File file)
Wraps a file given by a
File object into an iterator. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinIO.storeDoubles(DoubleIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname.
|
static void |
TextIO.storeDoubles(DoubleIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname.
|
static void |
BinIO.storeDoubles(DoubleIterator i,
DataOutput dataOutput)
Stores the element returned by an iterator to a given data output.
|
static void |
BinIO.storeDoubles(DoubleIterator i,
File file)
Stores the element returned by an iterator to a file given by a
File object. |
static void |
TextIO.storeDoubles(DoubleIterator i,
File file)
Stores the element returned by an iterator to a file given by a
File object. |
static void |
TextIO.storeDoubles(DoubleIterator i,
PrintStream stream)
Stores the element returned by an iterator to a given print stream.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLong2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIterator |
AbstractLong2DoubleSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractObject2DoubleSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
protected static class |
AbstractReference2DoubleSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIterator |
AbstractReference2DoubleSortedMap.ValuesCollection.iterator() |
DoubleIterator |
AbstractObject2DoubleSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractShort2DoubleSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleIterator |
AbstractShort2DoubleSortedMap.ValuesCollection.iterator() |
Copyright © 2020. All rights reserved.