Uses of Interface
it.unimi.dsi.fastutil.chars.CharIterator

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

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

Methods in it.unimi.dsi.fastutil.bytes that return CharIterator
 CharIterator AbstractByte2CharSortedMap.ValuesCollection.iterator()
           
 

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

Subinterfaces of CharIterator in it.unimi.dsi.fastutil.chars
 interface CharBidirectionalIterator
          A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
 interface CharBigListIterator
          A type-specific BigListIterator.
 interface CharListIterator
          A type-specific bidirectional iterator that is also a ListIterator.
 

Classes in it.unimi.dsi.fastutil.chars that implement CharIterator
protected static class AbstractChar2BooleanSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2ByteSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2CharSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2CharSortedMap.ValuesIterator
          A wrapper exhibiting a map iterator as an iterator on values.
protected static class AbstractChar2DoubleSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2FloatSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2IntSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2LongSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2ObjectSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2ReferenceSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractChar2ShortSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
 class AbstractCharBidirectionalIterator
          An abstract class facilitating the creation of type-specific bidirectional iterators.
 class AbstractCharBigListIterator
          An abstract class facilitating the creation of type-specific big-list iterators.
 class AbstractCharIterator
          An abstract class facilitating the creation of type-specific iterators.
 class AbstractCharListIterator
          An abstract class facilitating the creation of type-specific list iterators.
static class CharBigListIterators.BigListIteratorListIterator
          A class exposing a list iterator as a big-list iterator..
static class CharBigListIterators.EmptyBigListIterator
          A class returning no elements and a type-specific big list iterator interface.
static class CharBigListIterators.UnmodifiableBigListIterator
          An unmodifiable wrapper class for big list iterators.
static class CharIterators.EmptyIterator
          A class returning no elements and a type-specific iterator interface.
static class CharIterators.UnmodifiableBidirectionalIterator
          An unmodifiable wrapper class for bidirectional iterators.
static class CharIterators.UnmodifiableIterator
          An unmodifiable wrapper class for iterators.
static class CharIterators.UnmodifiableListIterator
          An unmodifiable wrapper class for list iterators.
 

Fields in it.unimi.dsi.fastutil.chars declared as CharIterator
protected  CharIterator CharIterators.UnmodifiableIterator.i
           
 

Methods in it.unimi.dsi.fastutil.chars that return CharIterator
static CharIterator CharIterators.asCharIterator(Iterator i)
          Wraps a standard iterator into a type-specific iterator.
 CharIterator CharCollection.charIterator()
          Deprecated. As of fastutil 5, replaced by CharCollection.iterator().
 CharIterator CharCollections.SynchronizedCollection.charIterator()
          Deprecated. 
 CharIterator CharCollections.UnmodifiableCollection.charIterator()
          Deprecated. 
 CharIterator CharCollections.IterableCollection.charIterator()
          Deprecated. 
 CharIterator CharLists.EmptyList.charIterator()
          Deprecated. 
 CharIterator AbstractCharCollection.charIterator()
          Deprecated. 
static CharIterator CharIterators.concat(CharIterator[] a)
          Concatenates all iterators contained in an array.
static CharIterator CharIterators.concat(CharIterator[] a, int offset, int length)
          Concatenates a sequence of iterators contained in an array.
 CharIterator AbstractChar2CharSortedMap.ValuesCollection.iterator()
           
 CharIterator CharCollection.iterator()
          Returns a type-specific iterator on the elements of this collection.
 CharIterator CharCollections.SynchronizedCollection.iterator()
           
 CharIterator CharCollections.UnmodifiableCollection.iterator()
           
 CharIterator CharCollections.IterableCollection.iterator()
           
 CharIterator CharIterable.iterator()
          Returns a type-specific iterator.
 CharIterator CharOpenCustomHashSet.iterator()
           
 CharIterator CharOpenHashSet.iterator()
           
abstract  CharIterator AbstractCharSet.iterator()
           
 CharIterator CharSet.iterator()
          Returns a type-specific iterator on the elements of this set.
 CharIterator CharArraySet.iterator()
           
abstract  CharIterator AbstractCharCollection.iterator()
           
static CharIterator CharIterators.unmodifiable(CharIterator i)
          Returns an unmodifiable iterator backed by the specified iterator.
 

Methods in it.unimi.dsi.fastutil.chars with parameters of type CharIterator
static CharIterator CharIterators.concat(CharIterator[] a)
          Concatenates all iterators contained in an array.
static CharIterator CharIterators.concat(CharIterator[] a, int offset, int length)
          Concatenates a sequence of iterators contained in an array.
static CharList CharIterators.pour(CharIterator i)
          Pours an iterator, returning a type-specific list.
static int CharIterators.pour(CharIterator i, CharCollection s)
          Pours an iterator into a type-specific collection.
static int CharIterators.pour(CharIterator i, CharCollection s, int max)
          Pours an iterator into a type-specific collection, with a limit on the number of elements.
static CharList CharIterators.pour(CharIterator i, int max)
          Pours an iterator, returning a type-specific list, with a limit on the number of elements.
static CharIterator CharIterators.unmodifiable(CharIterator i)
          Returns an unmodifiable iterator backed by the specified iterator.
static char[] CharIterators.unwrap(CharIterator i)
          Unwraps an iterator, returning an array.
static int CharIterators.unwrap(CharIterator i, char[] array)
          Unwraps an iterator into an array.
static int CharIterators.unwrap(CharIterator i, char[] array, int offset, int max)
          Unwraps an iterator into an array starting at a given offset for a given number of elements.
static long CharIterators.unwrap(CharIterator i, CharCollection c)
          Unwraps an iterator into a type-specific collection.
static int CharIterators.unwrap(CharIterator i, CharCollection c, int max)
          Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
static char[] CharIterators.unwrap(CharIterator i, int max)
          Unwraps an iterator, returning an array, with a limit on the number of elements.
 

Constructors in it.unimi.dsi.fastutil.chars with parameters of type CharIterator
CharArrayList(CharIterator i)
          Creates a new array list and fills it with the elements returned by a type-specific iterator..
CharAVLTreeSet(CharIterator i)
          Creates a new tree set using elements provided by a type-specific iterator.
CharBigArrayBigList(CharIterator i)
          Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
CharIterators.UnmodifiableIterator(CharIterator i)
           
CharLinkedOpenCustomHashSet(CharIterator i, CharHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharLinkedOpenCustomHashSet(CharIterator i, float f, CharHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
CharLinkedOpenHashSet(CharIterator i)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharLinkedOpenHashSet(CharIterator i, float f)
          Creates a new hash set using elements provided by a type-specific iterator.
CharOpenCustomHashSet(CharIterator i, CharHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharOpenCustomHashSet(CharIterator i, float f, CharHash.Strategy strategy)
          Creates a new hash set using elements provided by a type-specific iterator.
CharOpenHashSet(CharIterator i)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator.
CharOpenHashSet(CharIterator i, float f)
          Creates a new hash set using elements provided by a type-specific iterator.
CharRBTreeSet(CharIterator i)
          Creates a new tree set using elements provided by a type-specific iterator.
 

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

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

Methods in it.unimi.dsi.fastutil.doubles that return CharIterator
 CharIterator AbstractDouble2CharSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.floats that return CharIterator
 CharIterator AbstractFloat2CharSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.ints that return CharIterator
 CharIterator AbstractInt2CharSortedMap.ValuesCollection.iterator()
           
 

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

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

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

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

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

Methods in it.unimi.dsi.fastutil.longs that return CharIterator
 CharIterator AbstractLong2CharSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.objects that return CharIterator
 CharIterator AbstractReference2CharSortedMap.ValuesCollection.iterator()
           
 CharIterator AbstractObject2CharSortedMap.ValuesCollection.iterator()
           
 

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

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

Methods in it.unimi.dsi.fastutil.shorts that return CharIterator
 CharIterator AbstractShort2CharSortedMap.ValuesCollection.iterator()
           
 



Copyright © 2011. All Rights Reserved.