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

Packages that use LongBidirectionalIterator
it.unimi.dsi.fastutil.longs Provides type-specific classes for long elements or keys. 
 

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

Subinterfaces of LongBidirectionalIterator in it.unimi.dsi.fastutil.longs
 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 LongBidirectionalIterator
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 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 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.
static class LongIterators.EmptyIterator
          A class returning no elements and a type-specific iterator interface.
static class LongIterators.UnmodifiableBidirectionalIterator
          An unmodifiable wrapper class for bidirectional iterators.
static class LongIterators.UnmodifiableListIterator
          An unmodifiable wrapper class for list iterators.
 

Fields in it.unimi.dsi.fastutil.longs declared as LongBidirectionalIterator
protected  LongBidirectionalIterator LongIterators.UnmodifiableBidirectionalIterator.i
           
 

Methods in it.unimi.dsi.fastutil.longs that return LongBidirectionalIterator
static LongBidirectionalIterator LongIterators.fromTo(long from, long to)
          Creates a type-specific bidirectional iterator over an interval.
 LongBidirectionalIterator AbstractLong2ObjectSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator AbstractLong2ReferenceSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator AbstractLong2DoubleSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator AbstractLong2CharSortedMap.KeySet.iterator()
           
abstract  LongBidirectionalIterator AbstractLongSortedSet.iterator()
           
 LongBidirectionalIterator LongAVLTreeSet.iterator()
           
 LongBidirectionalIterator LongSortedSets.SynchronizedSortedSet.iterator()
           
 LongBidirectionalIterator LongSortedSets.UnmodifiableSortedSet.iterator()
           
 LongBidirectionalIterator AbstractLong2FloatSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator AbstractLong2ShortSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator AbstractLong2ByteSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator LongCollections.EmptyCollection.iterator()
           
 LongBidirectionalIterator AbstractLong2BooleanSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator AbstractLong2LongSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator AbstractLong2IntSortedMap.KeySet.iterator()
           
 LongBidirectionalIterator LongRBTreeSet.iterator()
           
 LongBidirectionalIterator LongSortedSet.iterator()
          Returns a type-specific BidirectionalIterator on the elements in this set.
 LongBidirectionalIterator AbstractLong2ObjectSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2ReferenceSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2DoubleSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2CharSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator LongAVLTreeSet.iterator(long from)
           
 LongBidirectionalIterator LongSortedSets.EmptySet.iterator(long from)
           
 LongBidirectionalIterator LongSortedSets.Singleton.iterator(long from)
           
 LongBidirectionalIterator LongSortedSets.SynchronizedSortedSet.iterator(long from)
           
 LongBidirectionalIterator LongSortedSets.UnmodifiableSortedSet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2FloatSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2ShortSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2ByteSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2BooleanSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2LongSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator AbstractLong2IntSortedMap.KeySet.iterator(long from)
           
 LongBidirectionalIterator LongRBTreeSet.iterator(long from)
           
 LongBidirectionalIterator LongSortedSet.iterator(long fromElement)
          Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
 LongBidirectionalIterator AbstractLongSortedSet.longIterator()
          Deprecated. 
 LongBidirectionalIterator LongSortedSets.EmptySet.longIterator()
          Deprecated. 
 LongBidirectionalIterator LongSortedSets.Singleton.longIterator()
          Deprecated. 
 LongBidirectionalIterator LongSortedSets.SynchronizedSortedSet.longIterator()
          Deprecated. 
 LongBidirectionalIterator LongSortedSets.UnmodifiableSortedSet.longIterator()
          Deprecated. 
 LongBidirectionalIterator LongSortedSet.longIterator()
          Deprecated. As of fastutil 5, replaced by LongSortedSet.iterator().
static LongBidirectionalIterator LongIterators.unmodifiable(LongBidirectionalIterator i)
          Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
 

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

Constructors in it.unimi.dsi.fastutil.longs with parameters of type LongBidirectionalIterator
LongIterators.UnmodifiableBidirectionalIterator(LongBidirectionalIterator i)
           
 



Copyright © 2011. All Rights Reserved.