Uses of Interface
it.unimi.dsi.fastutil.longs.LongIterator

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

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

Methods in it.unimi.dsi.fastutil.bytes that return LongIterator
 LongIterator AbstractByte2LongSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.chars that return LongIterator
 LongIterator AbstractChar2LongSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.doubles that return LongIterator
 LongIterator AbstractDouble2LongSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.floats that return LongIterator
 LongIterator AbstractFloat2LongSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.ints that return LongIterator
 LongIterator AbstractInt2LongSortedMap.ValuesCollection.iterator()
           
 

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

Methods in it.unimi.dsi.fastutil.io that return LongIterator
static LongIterator TextIO.asLongIterator(BufferedReader reader)
          Wraps the given buffered reader into an iterator.
static LongIterator BinIO.asLongIterator(CharSequence filename)
          Wraps a file given by a pathname into an iterator.
static LongIterator TextIO.asLongIterator(CharSequence filename)
          Wraps a file given by a pathname into an iterator.
static LongIterator BinIO.asLongIterator(DataInput dataInput)
          Wraps the given data input stream into an iterator.
static LongIterator BinIO.asLongIterator(File file)
          Wraps a file given by a File object into an iterator.
static LongIterator TextIO.asLongIterator(File file)
          Wraps a file given by a File object into an iterator.
 

Methods in it.unimi.dsi.fastutil.io with parameters of type LongIterator
static void BinIO.storeLongs(LongIterator i, CharSequence filename)
          Stores the element returned by an iterator to a file given by a pathname.
static void TextIO.storeLongs(LongIterator i, CharSequence filename)
          Stores the element returned by an iterator to a file given by a pathname.
static void BinIO.storeLongs(LongIterator i, DataOutput dataOutput)
          Stores the element returned by an iterator to a given data output.
static void BinIO.storeLongs(LongIterator i, File file)
          Stores the element returned by an iterator to a file given by a File object.
static void TextIO.storeLongs(LongIterator i, File file)
          Stores the element returned by an iterator to a file given by a File object.
static void TextIO.storeLongs(LongIterator i, PrintStream stream)
          Stores the element returned by an iterator to a given print stream.
 

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

Subinterfaces of LongIterator in it.unimi.dsi.fastutil.longs
 interface LongBidirectionalIterator
          A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
 interface LongBigListIterator
          A type-specific BigListIterator.
 interface LongListIterator
          A type-specific bidirectional iterator that is also a ListIterator.
 

Classes in it.unimi.dsi.fastutil.longs that implement LongIterator
protected static class AbstractLong2BooleanSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2ByteSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2CharSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2DoubleSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2FloatSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2IntSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2LongSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2LongSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
protected static class AbstractLong2ObjectSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2ReferenceSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractLong2ShortSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
 class AbstractLongBidirectionalIterator
          An abstract class facilitating the creation of type-specific bidirectional iterators.
 class AbstractLongBigListIterator
          An abstract class facilitating the creation of type-specific big-list iterators.
 class AbstractLongIterator
          An abstract class facilitating the creation of type-specific iterators.
 class AbstractLongListIterator
          An abstract class facilitating the creation of type-specific list iterators.
static class LongBigListIterators.BigListIteratorListIterator
          A class exposing a list iterator as a big-list iterator..
static class LongBigListIterators.EmptyBigListIterator
          A class returning no elements and a type-specific big list iterator interface.
static class LongBigListIterators.UnmodifiableBigListIterator
          An unmodifiable wrapper class for big list iterators.
protected static class LongIterators.ByteIteratorWrapper
          A wrapper promoting the results of a ByteIterator.
static class LongIterators.EmptyIterator
          A class returning no elements and a type-specific iterator interface.
protected static class LongIterators.IntIteratorWrapper
          A wrapper promoting the results of an IntIterator.
protected static class LongIterators.ShortIteratorWrapper
          A wrapper promoting the results of a ShortIterator.
static class LongIterators.UnmodifiableBidirectionalIterator
          An unmodifiable wrapper class for bidirectional iterators.
static class LongIterators.UnmodifiableIterator
          An unmodifiable wrapper class for iterators.
static class LongIterators.UnmodifiableListIterator
          An unmodifiable wrapper class for list iterators.
 

Fields in it.unimi.dsi.fastutil.longs declared as LongIterator
protected  LongIterator LongIterators.UnmodifiableIterator.i
           
 

Methods in it.unimi.dsi.fastutil.longs that return LongIterator
static LongIterator LongIterators.asLongIterator(Iterator i)
          Wraps a standard iterator into a type-specific iterator.
static LongIterator LongIterators.concat(LongIterator[] a)
          Concatenates all iterators contained in an array.
static LongIterator LongIterators.concat(LongIterator[] a, int offset, int length)
          Concatenates a sequence of iterators contained in an array.
 LongIterator LongOpenCustomHashSet.iterator()
           
 LongIterator LongSet.iterator()
          Returns a type-specific iterator on the elements of this set.
abstract  LongIterator AbstractLongSet.iterator()
           
 LongIterator LongIterable.iterator()
          Returns a type-specific iterator.
 LongIterator LongOpenHashSet.iterator()
           
 LongIterator LongCollection.iterator()
          Returns a type-specific iterator on the elements of this collection.
 LongIterator LongCollections.SynchronizedCollection.iterator()
           
 LongIterator LongCollections.UnmodifiableCollection.iterator()
           
 LongIterator LongCollections.IterableCollection.iterator()
           
 LongIterator AbstractLong2LongSortedMap.ValuesCollection.iterator()
           
abstract  LongIterator AbstractLongCollection.iterator()
           
 LongIterator LongOpenHashBigSet.iterator()
           
 LongIterator LongArraySet.iterator()
           
 LongIterator LongCollection.longIterator()
          Deprecated. As of fastutil 5, replaced by LongCollection.iterator().
 LongIterator LongCollections.SynchronizedCollection.longIterator()
          Deprecated. 
 LongIterator LongCollections.UnmodifiableCollection.longIterator()
          Deprecated. 
 LongIterator LongCollections.IterableCollection.longIterator()
          Deprecated. 
 LongIterator LongLists.EmptyList.longIterator()
          Deprecated. 
 LongIterator AbstractLongCollection.longIterator()
          Deprecated. 
static LongIterator LongIterators.unmodifiable(LongIterator i)
          Returns an unmodifiable iterator backed by the specified iterator.
static LongIterator LongIterators.wrap(ByteIterator iterator)
          Returns an iterator backed by the specified byte iterator.
static LongIterator LongIterators.wrap(IntIterator iterator)
          Returns an iterator backed by the specified integer iterator.
static LongIterator LongIterators.wrap(ShortIterator iterator)
          Returns an iterator backed by the specified short iterator.
 

Methods in it.unimi.dsi.fastutil.longs with parameters of type LongIterator
static LongIterator LongIterators.concat(LongIterator[] a)
          Concatenates all iterators contained in an array.
static LongIterator LongIterators.concat(LongIterator[] a, int offset, int length)
          Concatenates a sequence of iterators contained in an array.
static LongList LongIterators.pour(LongIterator i)
          Pours an iterator, returning a type-specific list.
static LongList LongIterators.pour(LongIterator i, int max)
          Pours an iterator, returning a type-specific list, with a limit on the number of elements.
static int LongIterators.pour(LongIterator i, LongCollection s)
          Pours an iterator into a type-specific collection.
static int LongIterators.pour(LongIterator i, LongCollection s, int max)
          Pours an iterator into a type-specific collection, with a limit on the number of elements.
static LongIterator LongIterators.unmodifiable(LongIterator i)
          Returns an unmodifiable iterator backed by the specified iterator.
static long[] LongIterators.unwrap(LongIterator i)
          Unwraps an iterator, returning an array.
static long[] LongIterators.unwrap(LongIterator i, int max)
          Unwraps an iterator, returning an array, with a limit on the number of elements.
static int LongIterators.unwrap(LongIterator i, long[] array)
          Unwraps an iterator into an array.
static int LongIterators.unwrap(LongIterator i, long[] array, int offset, int max)
          Unwraps an iterator into an array starting at a given offset for a given number of elements.
static long LongIterators.unwrap(LongIterator i, LongCollection c)
          Unwraps an iterator into a type-specific collection.
static int LongIterators.unwrap(LongIterator i, LongCollection 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.longs with parameters of type LongIterator
LongArrayList(LongIterator i)
          Creates a new array list and fills it with the elements returned by a type-specific iterator..
LongAVLTreeSet(LongIterator i)
          Creates a new tree set using elements provided by a type-specific iterator.
LongBigArrayBigList(LongIterator i)
          Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
LongIterators.UnmodifiableIterator(LongIterator i)
           
LongLinkedOpenCustomHashSet(LongIterator i, float f, LongHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
LongLinkedOpenCustomHashSet(LongIterator i, LongHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
LongLinkedOpenHashSet(LongIterator i)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
LongLinkedOpenHashSet(LongIterator i, float f)
          Creates a new hash set using elements provided by a type-specific iterator.
LongOpenCustomHashSet(LongIterator i, float f, LongHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
LongOpenCustomHashSet(LongIterator i, LongHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
LongOpenHashBigSet(LongIterator i)
          Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
LongOpenHashBigSet(LongIterator i, float f)
          Creates a new hash big set using elements provided by a type-specific iterator.
LongOpenHashSet(LongIterator i)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
LongOpenHashSet(LongIterator i, float f)
          Creates a new hash set using elements provided by a type-specific iterator.
LongRBTreeSet(LongIterator i)
          Creates a new tree set using elements provided by a type-specific iterator.
 

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

Classes in it.unimi.dsi.fastutil.objects that implement LongIterator
protected static class AbstractObject2LongSortedMap.ValuesIterator<K>
          A wrapper exhibiting a map iterator as an iterator on values.
protected static class AbstractReference2LongSortedMap.ValuesIterator<K>
          A wrapper exhibiting a map iterator as an iterator on values.
 

Methods in it.unimi.dsi.fastutil.objects that return LongIterator
 LongIterator AbstractObject2LongSortedMap.ValuesCollection.iterator()
           
 LongIterator AbstractReference2LongSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.shorts that return LongIterator
 LongIterator AbstractShort2LongSortedMap.ValuesCollection.iterator()
           
 



Copyright © 2011. All Rights Reserved.