|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatIterator | |
---|---|
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. |
Uses of FloatIterator in it.unimi.dsi.fastutil.bytes |
---|
Classes in it.unimi.dsi.fastutil.bytes that implement FloatIterator | |
---|---|
protected static class |
AbstractByte2FloatSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values. |
Methods in it.unimi.dsi.fastutil.bytes that return FloatIterator | |
---|---|
FloatIterator |
AbstractByte2FloatSortedMap.ValuesCollection.iterator()
|
Uses of FloatIterator in it.unimi.dsi.fastutil.chars |
---|
Classes in it.unimi.dsi.fastutil.chars that implement FloatIterator | |
---|---|
protected static class |
AbstractChar2FloatSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values. |
Methods in it.unimi.dsi.fastutil.chars that return FloatIterator | |
---|---|
FloatIterator |
AbstractChar2FloatSortedMap.ValuesCollection.iterator()
|
Uses of FloatIterator in it.unimi.dsi.fastutil.doubles |
---|
Classes in it.unimi.dsi.fastutil.doubles that implement FloatIterator | |
---|---|
protected static class |
AbstractDouble2FloatSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values. |
Methods in it.unimi.dsi.fastutil.doubles that return FloatIterator | |
---|---|
FloatIterator |
AbstractDouble2FloatSortedMap.ValuesCollection.iterator()
|
Methods in it.unimi.dsi.fastutil.doubles with parameters of type FloatIterator | |
---|---|
static DoubleIterator |
DoubleIterators.wrap(FloatIterator iterator)
Returns an iterator backed by the specified float iterator. |
Constructors in it.unimi.dsi.fastutil.doubles with parameters of type FloatIterator | |
---|---|
DoubleIterators.FloatIteratorWrapper(FloatIterator iterator)
|
Uses of FloatIterator in it.unimi.dsi.fastutil.floats |
---|
Subinterfaces of FloatIterator in it.unimi.dsi.fastutil.floats | |
---|---|
interface |
FloatBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards. |
interface |
FloatBigListIterator
A type-specific BigListIterator . |
interface |
FloatListIterator
A type-specific bidirectional iterator that is also a ListIterator . |
Classes in it.unimi.dsi.fastutil.floats that implement FloatIterator | |
---|---|
protected static class |
AbstractFloat2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2FloatSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractFloat2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys. |
protected static class |
AbstractFloat2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys. |
class |
AbstractFloatBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractFloatBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractFloatIterator
An abstract class facilitating the creation of type-specific iterators. |
class |
AbstractFloatListIterator
An abstract class facilitating the creation of type-specific list iterators. |
static class |
FloatBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator.. |
static class |
FloatBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface. |
static class |
FloatBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators. |
protected static class |
FloatIterators.ByteIteratorWrapper
A wrapper promoting the results of a ByteIterator. |
static class |
FloatIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface. |
protected static class |
FloatIterators.ShortIteratorWrapper
A wrapper promoting the results of a ShortIterator. |
static class |
FloatIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators. |
static class |
FloatIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators. |
static class |
FloatIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators. |
Fields in it.unimi.dsi.fastutil.floats declared as FloatIterator | |
---|---|
protected FloatIterator |
FloatIterators.UnmodifiableIterator.i
|
Methods in it.unimi.dsi.fastutil.floats that return FloatIterator | |
---|---|
static FloatIterator |
FloatIterators.asFloatIterator(Iterator i)
Wraps a standard iterator into a type-specific iterator. |
static FloatIterator |
FloatIterators.concat(FloatIterator[] a)
Concatenates all iterators contained in an array. |
static FloatIterator |
FloatIterators.concat(FloatIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array. |
FloatIterator |
FloatCollections.SynchronizedCollection.floatIterator()
Deprecated. |
FloatIterator |
FloatCollections.UnmodifiableCollection.floatIterator()
Deprecated. |
FloatIterator |
FloatCollections.IterableCollection.floatIterator()
Deprecated. |
FloatIterator |
FloatLists.EmptyList.floatIterator()
Deprecated. |
FloatIterator |
AbstractFloatCollection.floatIterator()
Deprecated. |
FloatIterator |
FloatCollection.floatIterator()
Deprecated. As of fastutil 5, replaced by FloatCollection.iterator() . |
FloatIterator |
FloatArraySet.iterator()
|
abstract FloatIterator |
AbstractFloatSet.iterator()
|
FloatIterator |
FloatIterable.iterator()
Returns a type-specific iterator. |
FloatIterator |
FloatOpenCustomHashSet.iterator()
|
FloatIterator |
FloatSet.iterator()
Returns a type-specific iterator on the elements of this set. |
FloatIterator |
FloatCollections.SynchronizedCollection.iterator()
|
FloatIterator |
FloatCollections.UnmodifiableCollection.iterator()
|
FloatIterator |
FloatCollections.IterableCollection.iterator()
|
FloatIterator |
FloatOpenHashSet.iterator()
|
abstract FloatIterator |
AbstractFloatCollection.iterator()
|
FloatIterator |
AbstractFloat2FloatSortedMap.ValuesCollection.iterator()
|
FloatIterator |
FloatCollection.iterator()
Returns a type-specific iterator on the elements of this collection. |
FloatIterator |
FloatOpenHashBigSet.iterator()
|
static FloatIterator |
FloatIterators.unmodifiable(FloatIterator i)
Returns an unmodifiable iterator backed by the specified iterator. |
static FloatIterator |
FloatIterators.wrap(ByteIterator iterator)
Returns an iterator backed by the specified byte iterator. |
static FloatIterator |
FloatIterators.wrap(ShortIterator iterator)
Returns an iterator backed by the specified short iterator. |
Methods in it.unimi.dsi.fastutil.floats with parameters of type FloatIterator | |
---|---|
static FloatIterator |
FloatIterators.concat(FloatIterator[] a)
Concatenates all iterators contained in an array. |
static FloatIterator |
FloatIterators.concat(FloatIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array. |
static FloatList |
FloatIterators.pour(FloatIterator i)
Pours an iterator, returning a type-specific list. |
static int |
FloatIterators.pour(FloatIterator i,
FloatCollection s)
Pours an iterator into a type-specific collection. |
static int |
FloatIterators.pour(FloatIterator i,
FloatCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements. |
static FloatList |
FloatIterators.pour(FloatIterator i,
int max)
Pours an iterator, returning a type-specific list, with a limit on the number of elements. |
static FloatIterator |
FloatIterators.unmodifiable(FloatIterator i)
Returns an unmodifiable iterator backed by the specified iterator. |
static float[] |
FloatIterators.unwrap(FloatIterator i)
Unwraps an iterator, returning an array. |
static int |
FloatIterators.unwrap(FloatIterator i,
float[] array)
Unwraps an iterator into an array. |
static int |
FloatIterators.unwrap(FloatIterator i,
float[] array,
int offset,
int max)
Unwraps an iterator into an array starting at a given offset for a given number of elements. |
static long |
FloatIterators.unwrap(FloatIterator i,
FloatCollection c)
Unwraps an iterator into a type-specific collection. |
static int |
FloatIterators.unwrap(FloatIterator i,
FloatCollection c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements. |
static float[] |
FloatIterators.unwrap(FloatIterator i,
int max)
Unwraps an iterator, returning an array, with a limit on the number of elements. |
Constructors in it.unimi.dsi.fastutil.floats with parameters of type FloatIterator | |
---|---|
FloatArrayList(FloatIterator i)
Creates a new array list and fills it with the elements returned by a type-specific iterator.. |
|
FloatAVLTreeSet(FloatIterator i)
Creates a new tree set using elements provided by a type-specific iterator. |
|
FloatBigArrayBigList(FloatIterator i)
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator.. |
|
FloatIterators.UnmodifiableIterator(FloatIterator i)
|
|
FloatLinkedOpenCustomHashSet(FloatIterator i,
float f,
FloatHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator. |
|
FloatLinkedOpenCustomHashSet(FloatIterator i,
FloatHash.Strategy strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
FloatLinkedOpenHashSet(FloatIterator i)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
FloatLinkedOpenHashSet(FloatIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator. |
|
FloatOpenCustomHashSet(FloatIterator i,
float f,
FloatHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator. |
|
FloatOpenCustomHashSet(FloatIterator i,
FloatHash.Strategy strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
FloatOpenHashBigSet(FloatIterator i)
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
FloatOpenHashBigSet(FloatIterator i,
float f)
Creates a new hash big set using elements provided by a type-specific iterator. |
|
FloatOpenHashSet(FloatIterator i)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
|
FloatOpenHashSet(FloatIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator. |
|
FloatRBTreeSet(FloatIterator i)
Creates a new tree set using elements provided by a type-specific iterator. |
Uses of FloatIterator in it.unimi.dsi.fastutil.ints |
---|
Classes in it.unimi.dsi.fastutil.ints that implement FloatIterator | |
---|---|
protected static class |
AbstractInt2FloatSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values. |
Methods in it.unimi.dsi.fastutil.ints that return FloatIterator | |
---|---|
FloatIterator |
AbstractInt2FloatSortedMap.ValuesCollection.iterator()
|
Uses of FloatIterator in it.unimi.dsi.fastutil.io |
---|
Methods in it.unimi.dsi.fastutil.io that return FloatIterator | |
---|---|
static FloatIterator |
TextIO.asFloatIterator(BufferedReader reader)
Wraps the given buffered reader into an iterator. |
static FloatIterator |
BinIO.asFloatIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator. |
static FloatIterator |
TextIO.asFloatIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator. |
static FloatIterator |
BinIO.asFloatIterator(DataInput dataInput)
Wraps the given data input stream into an iterator. |
static FloatIterator |
BinIO.asFloatIterator(File file)
Wraps a file given by a File object into an iterator. |
static FloatIterator |
TextIO.asFloatIterator(File file)
Wraps a file given by a File object into an iterator. |
Methods in it.unimi.dsi.fastutil.io with parameters of type FloatIterator | |
---|---|
static void |
BinIO.storeFloats(FloatIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname. |
static void |
TextIO.storeFloats(FloatIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname. |
static void |
BinIO.storeFloats(FloatIterator i,
DataOutput dataOutput)
Stores the element returned by an iterator to a given data output. |
static void |
BinIO.storeFloats(FloatIterator i,
File file)
Stores the element returned by an iterator to a file given by a File object. |
static void |
TextIO.storeFloats(FloatIterator i,
File file)
Stores the element returned by an iterator to a file given by a File object. |
static void |
TextIO.storeFloats(FloatIterator i,
PrintStream stream)
Stores the element returned by an iterator to a given print stream. |
Uses of FloatIterator in it.unimi.dsi.fastutil.longs |
---|
Classes in it.unimi.dsi.fastutil.longs that implement FloatIterator | |
---|---|
protected static class |
AbstractLong2FloatSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values. |
Methods in it.unimi.dsi.fastutil.longs that return FloatIterator | |
---|---|
FloatIterator |
AbstractLong2FloatSortedMap.ValuesCollection.iterator()
|
Uses of FloatIterator in it.unimi.dsi.fastutil.objects |
---|
Classes in it.unimi.dsi.fastutil.objects that implement FloatIterator | |
---|---|
protected static class |
AbstractObject2FloatSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values. |
protected static class |
AbstractReference2FloatSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values. |
Methods in it.unimi.dsi.fastutil.objects that return FloatIterator | |
---|---|
FloatIterator |
AbstractObject2FloatSortedMap.ValuesCollection.iterator()
|
FloatIterator |
AbstractReference2FloatSortedMap.ValuesCollection.iterator()
|
Uses of FloatIterator in it.unimi.dsi.fastutil.shorts |
---|
Classes in it.unimi.dsi.fastutil.shorts that implement FloatIterator | |
---|---|
protected static class |
AbstractShort2FloatSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values. |
Methods in it.unimi.dsi.fastutil.shorts that return FloatIterator | |
---|---|
FloatIterator |
AbstractShort2FloatSortedMap.ValuesCollection.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |