Uses of Interface
it.unimi.dsi.fastutil.ints.IntIterator

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

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

Methods in it.unimi.dsi.fastutil.bytes that return IntIterator
 IntIterator AbstractByte2IntSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.chars that return IntIterator
 IntIterator AbstractChar2IntSortedMap.ValuesCollection.iterator()
           
 

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

Classes in it.unimi.dsi.fastutil.doubles that implement IntIterator
protected static class AbstractDouble2IntSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.doubles that return IntIterator
 IntIterator AbstractDouble2IntSortedMap.ValuesCollection.iterator()
           
 

Methods in it.unimi.dsi.fastutil.doubles with parameters of type IntIterator
static DoubleIterator DoubleIterators.wrap(IntIterator iterator)
          Returns an iterator backed by the specified integer iterator.
 

Constructors in it.unimi.dsi.fastutil.doubles with parameters of type IntIterator
DoubleIterators.IntIteratorWrapper(IntIterator iterator)
           
 

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

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

Methods in it.unimi.dsi.fastutil.floats that return IntIterator
 IntIterator AbstractFloat2IntSortedMap.ValuesCollection.iterator()
           
 

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

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

Classes in it.unimi.dsi.fastutil.ints that implement IntIterator
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
          An abstract class facilitating the creation of type-specific bidirectional iterators.
 class AbstractIntBigListIterator
          An abstract class facilitating the creation of type-specific big-list iterators.
 class AbstractIntIterator
          An abstract class facilitating the creation of type-specific iterators.
 class AbstractIntListIterator
          An abstract class facilitating the creation of type-specific list iterators.
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.
 

Fields in it.unimi.dsi.fastutil.ints declared as IntIterator
protected  IntIterator IntIterators.UnmodifiableIterator.i
           
 

Methods in it.unimi.dsi.fastutil.ints that return IntIterator
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 IntLists.EmptyList.intIterator()
          Deprecated. 
 IntIterator IntCollection.intIterator()
          Deprecated. As of fastutil 5, replaced by IntCollection.iterator().
 IntIterator AbstractIntCollection.intIterator()
          Deprecated. 
 IntIterator IntCollections.SynchronizedCollection.intIterator()
          Deprecated. 
 IntIterator IntCollections.UnmodifiableCollection.intIterator()
          Deprecated. 
 IntIterator IntCollections.IterableCollection.intIterator()
          Deprecated. 
 IntIterator IntSet.iterator()
          Returns a type-specific iterator on the elements of this set.
 IntIterator IntOpenHashSet.iterator()
           
 IntIterator AbstractInt2IntSortedMap.ValuesCollection.iterator()
           
 IntIterator IntOpenCustomHashSet.iterator()
           
 IntIterator IntCollection.iterator()
          Returns a type-specific iterator on the elements of this collection.
abstract  IntIterator AbstractIntCollection.iterator()
           
 IntIterator IntIterable.iterator()
          Returns a type-specific iterator.
abstract  IntIterator AbstractIntSet.iterator()
           
 IntIterator IntArraySet.iterator()
           
 IntIterator IntOpenHashBigSet.iterator()
           
 IntIterator IntCollections.SynchronizedCollection.iterator()
           
 IntIterator IntCollections.UnmodifiableCollection.iterator()
           
 IntIterator IntCollections.IterableCollection.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.
 

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

Constructors in it.unimi.dsi.fastutil.ints with parameters of type IntIterator
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..
IntIterators.UnmodifiableIterator(IntIterator i)
           
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.
 

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

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

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

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

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

Methods in it.unimi.dsi.fastutil.longs that return IntIterator
 IntIterator AbstractLong2IntSortedMap.ValuesCollection.iterator()
           
 

Methods in it.unimi.dsi.fastutil.longs with parameters of type IntIterator
static LongIterator LongIterators.wrap(IntIterator iterator)
          Returns an iterator backed by the specified integer iterator.
 

Constructors in it.unimi.dsi.fastutil.longs with parameters of type IntIterator
LongIterators.IntIteratorWrapper(IntIterator iterator)
           
 

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

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

Methods in it.unimi.dsi.fastutil.objects that return IntIterator
 IntIterator AbstractObject2IntSortedMap.ValuesCollection.iterator()
           
 IntIterator AbstractReference2IntSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.shorts that return IntIterator
 IntIterator AbstractShort2IntSortedMap.ValuesCollection.iterator()
           
 



Copyright © 2011. All Rights Reserved.