Uses of Interface
it.unimi.dsi.fastutil.doubles.DoubleIterator

Packages that use DoubleIterator
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 DoubleIterator in it.unimi.dsi.fastutil.bytes
 

Classes in it.unimi.dsi.fastutil.bytes that implement DoubleIterator
protected static class AbstractByte2DoubleSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.bytes that return DoubleIterator
 DoubleIterator AbstractByte2DoubleSortedMap.ValuesCollection.iterator()
           
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.chars
 

Classes in it.unimi.dsi.fastutil.chars that implement DoubleIterator
protected static class AbstractChar2DoubleSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.chars that return DoubleIterator
 DoubleIterator AbstractChar2DoubleSortedMap.ValuesCollection.iterator()
           
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.doubles
 

Subinterfaces of DoubleIterator in it.unimi.dsi.fastutil.doubles
 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.
 

Classes in it.unimi.dsi.fastutil.doubles that implement DoubleIterator
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
          An abstract class facilitating the creation of type-specific bidirectional iterators.
 class AbstractDoubleBigListIterator
          An abstract class facilitating the creation of type-specific big-list iterators.
 class AbstractDoubleIterator
          An abstract class facilitating the creation of type-specific iterators.
 class AbstractDoubleListIterator
          An abstract class facilitating the creation of type-specific list iterators.
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.
 

Fields in it.unimi.dsi.fastutil.doubles declared as DoubleIterator
protected  DoubleIterator DoubleIterators.UnmodifiableIterator.i
           
 

Methods in it.unimi.dsi.fastutil.doubles that return DoubleIterator
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 AbstractDoubleCollection.doubleIterator()
          Deprecated. 
 DoubleIterator DoubleCollections.SynchronizedCollection.doubleIterator()
          Deprecated. 
 DoubleIterator DoubleCollections.UnmodifiableCollection.doubleIterator()
          Deprecated. 
 DoubleIterator DoubleCollections.IterableCollection.doubleIterator()
          Deprecated. 
 DoubleIterator DoubleCollection.doubleIterator()
          Deprecated. As of fastutil 5, replaced by DoubleCollection.iterator().
 DoubleIterator DoubleLists.EmptyList.doubleIterator()
          Deprecated. 
 DoubleIterator AbstractDouble2DoubleSortedMap.ValuesCollection.iterator()
           
 DoubleIterator DoubleOpenHashBigSet.iterator()
           
 DoubleIterator DoubleSet.iterator()
          Returns a type-specific iterator on the elements of this set.
 DoubleIterator DoubleArraySet.iterator()
           
abstract  DoubleIterator AbstractDoubleCollection.iterator()
           
 DoubleIterator DoubleOpenHashSet.iterator()
           
 DoubleIterator DoubleOpenCustomHashSet.iterator()
           
abstract  DoubleIterator AbstractDoubleSet.iterator()
           
 DoubleIterator DoubleCollections.SynchronizedCollection.iterator()
           
 DoubleIterator DoubleCollections.UnmodifiableCollection.iterator()
           
 DoubleIterator DoubleCollections.IterableCollection.iterator()
           
 DoubleIterator DoubleIterable.iterator()
          Returns a type-specific iterator.
 DoubleIterator DoubleCollection.iterator()
          Returns a type-specific iterator on the elements of this collection.
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.
 

Methods in it.unimi.dsi.fastutil.doubles with parameters of type DoubleIterator
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 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 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.
 

Constructors in it.unimi.dsi.fastutil.doubles with parameters of type DoubleIterator
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..
DoubleIterators.UnmodifiableIterator(DoubleIterator i)
           
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.
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.floats
 

Classes in it.unimi.dsi.fastutil.floats that implement DoubleIterator
protected static class AbstractFloat2DoubleSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.floats that return DoubleIterator
 DoubleIterator AbstractFloat2DoubleSortedMap.ValuesCollection.iterator()
           
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.ints
 

Classes in it.unimi.dsi.fastutil.ints that implement DoubleIterator
protected static class AbstractInt2DoubleSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.ints that return DoubleIterator
 DoubleIterator AbstractInt2DoubleSortedMap.ValuesCollection.iterator()
           
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.io
 

Methods in it.unimi.dsi.fastutil.io that return DoubleIterator
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.
 

Methods in it.unimi.dsi.fastutil.io with parameters of type DoubleIterator
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.
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.longs
 

Classes in it.unimi.dsi.fastutil.longs that implement DoubleIterator
protected static class AbstractLong2DoubleSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.longs that return DoubleIterator
 DoubleIterator AbstractLong2DoubleSortedMap.ValuesCollection.iterator()
           
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.objects
 

Classes in it.unimi.dsi.fastutil.objects that implement DoubleIterator
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.
 

Methods in it.unimi.dsi.fastutil.objects that return DoubleIterator
 DoubleIterator AbstractReference2DoubleSortedMap.ValuesCollection.iterator()
           
 DoubleIterator AbstractObject2DoubleSortedMap.ValuesCollection.iterator()
           
 

Uses of DoubleIterator in it.unimi.dsi.fastutil.shorts
 

Classes in it.unimi.dsi.fastutil.shorts that implement DoubleIterator
protected static class AbstractShort2DoubleSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.shorts that return DoubleIterator
 DoubleIterator AbstractShort2DoubleSortedMap.ValuesCollection.iterator()
           
 



Copyright © 2011. All Rights Reserved.