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

Packages that use CharBidirectionalIterator
it.unimi.dsi.fastutil.chars Provides type-specific classes for character elements or keys. 
 

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

Subinterfaces of CharBidirectionalIterator in it.unimi.dsi.fastutil.chars
 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 CharBidirectionalIterator
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 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 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.UnmodifiableListIterator
          An unmodifiable wrapper class for list iterators.
 

Fields in it.unimi.dsi.fastutil.chars declared as CharBidirectionalIterator
protected  CharBidirectionalIterator CharIterators.UnmodifiableBidirectionalIterator.i
           
 

Methods in it.unimi.dsi.fastutil.chars that return CharBidirectionalIterator
 CharBidirectionalIterator CharSortedSet.charIterator()
          Deprecated. As of fastutil 5, replaced by CharSortedSet.iterator().
 CharBidirectionalIterator CharSortedSets.EmptySet.charIterator()
          Deprecated. 
 CharBidirectionalIterator CharSortedSets.Singleton.charIterator()
          Deprecated. 
 CharBidirectionalIterator CharSortedSets.SynchronizedSortedSet.charIterator()
          Deprecated. 
 CharBidirectionalIterator CharSortedSets.UnmodifiableSortedSet.charIterator()
          Deprecated. 
 CharBidirectionalIterator AbstractCharSortedSet.charIterator()
          Deprecated. 
 CharBidirectionalIterator AbstractChar2LongSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator AbstractChar2CharSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator AbstractChar2BooleanSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator AbstractChar2ReferenceSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator CharCollections.EmptyCollection.iterator()
           
 CharBidirectionalIterator CharSortedSet.iterator()
          Returns a type-specific BidirectionalIterator on the elements in this set.
 CharBidirectionalIterator CharSortedSets.SynchronizedSortedSet.iterator()
           
 CharBidirectionalIterator CharSortedSets.UnmodifiableSortedSet.iterator()
           
 CharBidirectionalIterator AbstractChar2ObjectSortedMap.KeySet.iterator()
           
abstract  CharBidirectionalIterator AbstractCharSortedSet.iterator()
           
 CharBidirectionalIterator AbstractChar2DoubleSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator AbstractChar2FloatSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator CharAVLTreeSet.iterator()
           
 CharBidirectionalIterator AbstractChar2IntSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator AbstractChar2ShortSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator CharRBTreeSet.iterator()
           
 CharBidirectionalIterator AbstractChar2ByteSortedMap.KeySet.iterator()
           
 CharBidirectionalIterator AbstractChar2LongSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2CharSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2BooleanSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2ReferenceSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator CharSortedSet.iterator(char fromElement)
          Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
 CharBidirectionalIterator CharSortedSets.EmptySet.iterator(char from)
           
 CharBidirectionalIterator CharSortedSets.Singleton.iterator(char from)
           
 CharBidirectionalIterator CharSortedSets.SynchronizedSortedSet.iterator(char from)
           
 CharBidirectionalIterator CharSortedSets.UnmodifiableSortedSet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2ObjectSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2DoubleSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2FloatSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator CharAVLTreeSet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2IntSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2ShortSortedMap.KeySet.iterator(char from)
           
 CharBidirectionalIterator CharRBTreeSet.iterator(char from)
           
 CharBidirectionalIterator AbstractChar2ByteSortedMap.KeySet.iterator(char from)
           
static CharBidirectionalIterator CharIterators.unmodifiable(CharBidirectionalIterator i)
          Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
 

Methods in it.unimi.dsi.fastutil.chars with parameters of type CharBidirectionalIterator
static CharBidirectionalIterator CharIterators.unmodifiable(CharBidirectionalIterator i)
          Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
 

Constructors in it.unimi.dsi.fastutil.chars with parameters of type CharBidirectionalIterator
CharIterators.UnmodifiableBidirectionalIterator(CharBidirectionalIterator i)
           
 



Copyright © 2011. All Rights Reserved.