Uses of Interface
it.unimi.dsi.fastutil.shorts.ShortIterator

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

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

Methods in it.unimi.dsi.fastutil.bytes that return ShortIterator
 ShortIterator AbstractByte2ShortSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.chars that return ShortIterator
 ShortIterator AbstractChar2ShortSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.doubles that return ShortIterator
 ShortIterator AbstractDouble2ShortSortedMap.ValuesCollection.iterator()
           
 

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

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

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

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

Methods in it.unimi.dsi.fastutil.floats that return ShortIterator
 ShortIterator AbstractFloat2ShortSortedMap.ValuesCollection.iterator()
           
 

Methods in it.unimi.dsi.fastutil.floats with parameters of type ShortIterator
static FloatIterator FloatIterators.wrap(ShortIterator iterator)
          Returns an iterator backed by the specified short iterator.
 

Constructors in it.unimi.dsi.fastutil.floats with parameters of type ShortIterator
FloatIterators.ShortIteratorWrapper(ShortIterator iterator)
           
 

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

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

Methods in it.unimi.dsi.fastutil.ints that return ShortIterator
 ShortIterator AbstractInt2ShortSortedMap.ValuesCollection.iterator()
           
 

Methods in it.unimi.dsi.fastutil.ints with parameters of type ShortIterator
static IntIterator IntIterators.wrap(ShortIterator iterator)
          Returns an iterator backed by the specified short iterator.
 

Constructors in it.unimi.dsi.fastutil.ints with parameters of type ShortIterator
IntIterators.ShortIteratorWrapper(ShortIterator iterator)
           
 

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

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

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

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

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

Methods in it.unimi.dsi.fastutil.longs that return ShortIterator
 ShortIterator AbstractLong2ShortSortedMap.ValuesCollection.iterator()
           
 

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

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

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

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

Methods in it.unimi.dsi.fastutil.objects that return ShortIterator
 ShortIterator AbstractReference2ShortSortedMap.ValuesCollection.iterator()
           
 ShortIterator AbstractObject2ShortSortedMap.ValuesCollection.iterator()
           
 

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

Subinterfaces of ShortIterator in it.unimi.dsi.fastutil.shorts
 interface ShortBidirectionalIterator
          A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
 interface ShortBigListIterator
          A type-specific BigListIterator.
 interface ShortListIterator
          A type-specific bidirectional iterator that is also a ListIterator.
 

Classes in it.unimi.dsi.fastutil.shorts that implement ShortIterator
protected static class AbstractShort2BooleanSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2ByteSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2CharSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2DoubleSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2FloatSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2IntSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2LongSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2ObjectSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2ReferenceSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2ShortSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractShort2ShortSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
 class AbstractShortBidirectionalIterator
          An abstract class facilitating the creation of type-specific bidirectional iterators.
 class AbstractShortBigListIterator
          An abstract class facilitating the creation of type-specific big-list iterators.
 class AbstractShortIterator
          An abstract class facilitating the creation of type-specific iterators.
 class AbstractShortListIterator
          An abstract class facilitating the creation of type-specific list iterators.
static class ShortBigListIterators.BigListIteratorListIterator
          A class exposing a list iterator as a big-list iterator..
static class ShortBigListIterators.EmptyBigListIterator
          A class returning no elements and a type-specific big list iterator interface.
static class ShortBigListIterators.UnmodifiableBigListIterator
          An unmodifiable wrapper class for big list iterators.
protected static class ShortIterators.ByteIteratorWrapper
          A wrapper promoting the results of a ByteIterator.
static class ShortIterators.EmptyIterator
          A class returning no elements and a type-specific iterator interface.
static class ShortIterators.UnmodifiableBidirectionalIterator
          An unmodifiable wrapper class for bidirectional iterators.
static class ShortIterators.UnmodifiableIterator
          An unmodifiable wrapper class for iterators.
static class ShortIterators.UnmodifiableListIterator
          An unmodifiable wrapper class for list iterators.
 

Fields in it.unimi.dsi.fastutil.shorts declared as ShortIterator
protected  ShortIterator ShortIterators.UnmodifiableIterator.i
           
 

Methods in it.unimi.dsi.fastutil.shorts that return ShortIterator
static ShortIterator ShortIterators.asShortIterator(Iterator i)
          Wraps a standard iterator into a type-specific iterator.
static ShortIterator ShortIterators.concat(ShortIterator[] a)
          Concatenates all iterators contained in an array.
static ShortIterator ShortIterators.concat(ShortIterator[] a, int offset, int length)
          Concatenates a sequence of iterators contained in an array.
 ShortIterator ShortOpenCustomHashSet.iterator()
           
 ShortIterator ShortArraySet.iterator()
           
 ShortIterator AbstractShort2ShortSortedMap.ValuesCollection.iterator()
           
abstract  ShortIterator AbstractShortCollection.iterator()
           
 ShortIterator ShortIterable.iterator()
          Returns a type-specific iterator.
 ShortIterator ShortCollection.iterator()
          Returns a type-specific iterator on the elements of this collection.
 ShortIterator ShortOpenHashSet.iterator()
           
abstract  ShortIterator AbstractShortSet.iterator()
           
 ShortIterator ShortSet.iterator()
          Returns a type-specific iterator on the elements of this set.
 ShortIterator ShortCollections.SynchronizedCollection.iterator()
           
 ShortIterator ShortCollections.UnmodifiableCollection.iterator()
           
 ShortIterator ShortCollections.IterableCollection.iterator()
           
 ShortIterator ShortLists.EmptyList.shortIterator()
          Deprecated. 
 ShortIterator AbstractShortCollection.shortIterator()
          Deprecated. 
 ShortIterator ShortCollection.shortIterator()
          Deprecated. As of fastutil 5, replaced by ShortCollection.iterator().
 ShortIterator ShortCollections.SynchronizedCollection.shortIterator()
          Deprecated. 
 ShortIterator ShortCollections.UnmodifiableCollection.shortIterator()
          Deprecated. 
 ShortIterator ShortCollections.IterableCollection.shortIterator()
          Deprecated. 
static ShortIterator ShortIterators.unmodifiable(ShortIterator i)
          Returns an unmodifiable iterator backed by the specified iterator.
static ShortIterator ShortIterators.wrap(ByteIterator iterator)
          Returns an iterator backed by the specified byte iterator.
 

Methods in it.unimi.dsi.fastutil.shorts with parameters of type ShortIterator
static ShortIterator ShortIterators.concat(ShortIterator[] a)
          Concatenates all iterators contained in an array.
static ShortIterator ShortIterators.concat(ShortIterator[] a, int offset, int length)
          Concatenates a sequence of iterators contained in an array.
static ShortList ShortIterators.pour(ShortIterator i)
          Pours an iterator, returning a type-specific list.
static ShortList ShortIterators.pour(ShortIterator i, int max)
          Pours an iterator, returning a type-specific list, with a limit on the number of elements.
static int ShortIterators.pour(ShortIterator i, ShortCollection s)
          Pours an iterator into a type-specific collection.
static int ShortIterators.pour(ShortIterator i, ShortCollection s, int max)
          Pours an iterator into a type-specific collection, with a limit on the number of elements.
static ShortIterator ShortIterators.unmodifiable(ShortIterator i)
          Returns an unmodifiable iterator backed by the specified iterator.
static short[] ShortIterators.unwrap(ShortIterator i)
          Unwraps an iterator, returning an array.
static short[] ShortIterators.unwrap(ShortIterator i, int max)
          Unwraps an iterator, returning an array, with a limit on the number of elements.
static int ShortIterators.unwrap(ShortIterator i, short[] array)
          Unwraps an iterator into an array.
static int ShortIterators.unwrap(ShortIterator i, short[] array, int offset, int max)
          Unwraps an iterator into an array starting at a given offset for a given number of elements.
static long ShortIterators.unwrap(ShortIterator i, ShortCollection c)
          Unwraps an iterator into a type-specific collection.
static int ShortIterators.unwrap(ShortIterator i, ShortCollection 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.shorts with parameters of type ShortIterator
ShortArrayList(ShortIterator i)
          Creates a new array list and fills it with the elements returned by a type-specific iterator..
ShortAVLTreeSet(ShortIterator i)
          Creates a new tree set using elements provided by a type-specific iterator.
ShortBigArrayBigList(ShortIterator i)
          Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
ShortIterators.UnmodifiableIterator(ShortIterator i)
           
ShortLinkedOpenCustomHashSet(ShortIterator i, float f, ShortHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
ShortLinkedOpenCustomHashSet(ShortIterator i, ShortHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortLinkedOpenHashSet(ShortIterator i)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortLinkedOpenHashSet(ShortIterator i, float f)
          Creates a new hash set using elements provided by a type-specific iterator.
ShortOpenCustomHashSet(ShortIterator i, float f, ShortHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
ShortOpenCustomHashSet(ShortIterator i, ShortHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortOpenHashSet(ShortIterator i)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
ShortOpenHashSet(ShortIterator i, float f)
          Creates a new hash set using elements provided by a type-specific iterator.
ShortRBTreeSet(ShortIterator i)
          Creates a new tree set using elements provided by a type-specific iterator.
 



Copyright © 2011. All Rights Reserved.