Uses of Interface
it.unimi.dsi.fastutil.doubles.DoubleBidirectionalIterator

Packages that use DoubleBidirectionalIterator
it.unimi.dsi.fastutil.doubles Provides type-specific classes for double elements or keys. 
 

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

Subinterfaces of DoubleBidirectionalIterator in it.unimi.dsi.fastutil.doubles
 interface DoubleBigListIterator
          A type-specific BigListIterator.
 interface DoubleListIterator
          A type-specific bidirectional iterator that is also a ListIterator.
 

Classes in it.unimi.dsi.fastutil.doubles that implement DoubleBidirectionalIterator
protected static class AbstractDouble2BooleanSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2ByteSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2CharSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2DoubleSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2FloatSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2IntSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2LongSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2ObjectSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2ReferenceSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractDouble2ShortSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
 class AbstractDoubleBidirectionalIterator
          An abstract class facilitating the creation of type-specific bidirectional iterators.
 class AbstractDoubleBigListIterator
          An abstract class facilitating the creation of type-specific big-list iterators.
 class AbstractDoubleListIterator
          An abstract class facilitating the creation of type-specific list iterators.
static class DoubleBigListIterators.BigListIteratorListIterator
          A class exposing a list iterator as a big-list iterator..
static class DoubleBigListIterators.EmptyBigListIterator
          A class returning no elements and a type-specific big list iterator interface.
static class DoubleBigListIterators.UnmodifiableBigListIterator
          An unmodifiable wrapper class for big list iterators.
static class DoubleIterators.EmptyIterator
          A class returning no elements and a type-specific iterator interface.
static class DoubleIterators.UnmodifiableBidirectionalIterator
          An unmodifiable wrapper class for bidirectional iterators.
static class DoubleIterators.UnmodifiableListIterator
          An unmodifiable wrapper class for list iterators.
 

Fields in it.unimi.dsi.fastutil.doubles declared as DoubleBidirectionalIterator
protected  DoubleBidirectionalIterator DoubleIterators.UnmodifiableBidirectionalIterator.i
           
 

Methods in it.unimi.dsi.fastutil.doubles that return DoubleBidirectionalIterator
 DoubleBidirectionalIterator AbstractDoubleSortedSet.doubleIterator()
          Deprecated. 
 DoubleBidirectionalIterator DoubleSortedSets.EmptySet.doubleIterator()
          Deprecated. 
 DoubleBidirectionalIterator DoubleSortedSets.Singleton.doubleIterator()
          Deprecated. 
 DoubleBidirectionalIterator DoubleSortedSets.SynchronizedSortedSet.doubleIterator()
          Deprecated. 
 DoubleBidirectionalIterator DoubleSortedSets.UnmodifiableSortedSet.doubleIterator()
          Deprecated. 
 DoubleBidirectionalIterator DoubleSortedSet.doubleIterator()
          Deprecated. As of fastutil 5, replaced by DoubleSortedSet.iterator().
abstract  DoubleBidirectionalIterator AbstractDoubleSortedSet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2ReferenceSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2DoubleSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2BooleanSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator DoubleSortedSets.SynchronizedSortedSet.iterator()
           
 DoubleBidirectionalIterator DoubleSortedSets.UnmodifiableSortedSet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2LongSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator DoubleSortedSet.iterator()
          Returns a type-specific BidirectionalIterator on the elements in this set.
 DoubleBidirectionalIterator AbstractDouble2ObjectSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator DoubleRBTreeSet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2CharSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2ByteSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2FloatSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2IntSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2ShortSortedMap.KeySet.iterator()
           
 DoubleBidirectionalIterator DoubleCollections.EmptyCollection.iterator()
           
 DoubleBidirectionalIterator DoubleAVLTreeSet.iterator()
           
 DoubleBidirectionalIterator AbstractDouble2ReferenceSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2DoubleSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2BooleanSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator DoubleSortedSets.EmptySet.iterator(double from)
           
 DoubleBidirectionalIterator DoubleSortedSets.Singleton.iterator(double from)
           
 DoubleBidirectionalIterator DoubleSortedSets.SynchronizedSortedSet.iterator(double from)
           
 DoubleBidirectionalIterator DoubleSortedSets.UnmodifiableSortedSet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2LongSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator DoubleSortedSet.iterator(double fromElement)
          Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
 DoubleBidirectionalIterator AbstractDouble2ObjectSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator DoubleRBTreeSet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2CharSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2ByteSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2FloatSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2IntSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator AbstractDouble2ShortSortedMap.KeySet.iterator(double from)
           
 DoubleBidirectionalIterator DoubleAVLTreeSet.iterator(double from)
           
static DoubleBidirectionalIterator DoubleIterators.unmodifiable(DoubleBidirectionalIterator i)
          Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
 

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

Constructors in it.unimi.dsi.fastutil.doubles with parameters of type DoubleBidirectionalIterator
DoubleIterators.UnmodifiableBidirectionalIterator(DoubleBidirectionalIterator i)
           
 



Copyright © 2011. All Rights Reserved.