Uses of Interface
it.unimi.dsi.fastutil.bytes.ByteBidirectionalIterator

Packages that use ByteBidirectionalIterator
it.unimi.dsi.fastutil.bytes Provides type-specific classes for byte elements or keys. 
 

Uses of ByteBidirectionalIterator in it.unimi.dsi.fastutil.bytes
 

Subinterfaces of ByteBidirectionalIterator in it.unimi.dsi.fastutil.bytes
 interface ByteBigListIterator
          A type-specific BigListIterator.
 interface ByteListIterator
          A type-specific bidirectional iterator that is also a ListIterator.
 

Classes in it.unimi.dsi.fastutil.bytes that implement ByteBidirectionalIterator
protected static class AbstractByte2BooleanSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2ByteSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2CharSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2DoubleSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2FloatSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2IntSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2LongSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2ObjectSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2ReferenceSortedMap.KeySetIterator<V>
          A wrapper exhibiting a map iterator as an iterator on keys.
protected static class AbstractByte2ShortSortedMap.KeySetIterator
          A wrapper exhibiting a map iterator as an iterator on keys.
 class AbstractByteBidirectionalIterator
          An abstract class facilitating the creation of type-specific bidirectional iterators.
 class AbstractByteBigListIterator
          An abstract class facilitating the creation of type-specific big-list iterators.
 class AbstractByteListIterator
          An abstract class facilitating the creation of type-specific list iterators.
static class ByteBigListIterators.BigListIteratorListIterator
          A class exposing a list iterator as a big-list iterator..
static class ByteBigListIterators.EmptyBigListIterator
          A class returning no elements and a type-specific big list iterator interface.
static class ByteBigListIterators.UnmodifiableBigListIterator
          An unmodifiable wrapper class for big list iterators.
static class ByteIterators.EmptyIterator
          A class returning no elements and a type-specific iterator interface.
static class ByteIterators.UnmodifiableBidirectionalIterator
          An unmodifiable wrapper class for bidirectional iterators.
static class ByteIterators.UnmodifiableListIterator
          An unmodifiable wrapper class for list iterators.
 

Fields in it.unimi.dsi.fastutil.bytes declared as ByteBidirectionalIterator
protected  ByteBidirectionalIterator ByteIterators.UnmodifiableBidirectionalIterator.i
           
 

Methods in it.unimi.dsi.fastutil.bytes that return ByteBidirectionalIterator
 ByteBidirectionalIterator ByteSortedSets.EmptySet.byteIterator()
          Deprecated. 
 ByteBidirectionalIterator ByteSortedSets.Singleton.byteIterator()
          Deprecated. 
 ByteBidirectionalIterator ByteSortedSets.SynchronizedSortedSet.byteIterator()
          Deprecated. 
 ByteBidirectionalIterator ByteSortedSets.UnmodifiableSortedSet.byteIterator()
          Deprecated. 
 ByteBidirectionalIterator ByteSortedSet.byteIterator()
          Deprecated. As of fastutil 5, replaced by ByteSortedSet.iterator().
 ByteBidirectionalIterator AbstractByteSortedSet.byteIterator()
          Deprecated. 
 ByteBidirectionalIterator AbstractByte2ReferenceSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator AbstractByte2FloatSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator AbstractByte2DoubleSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator ByteLinkedOpenCustomHashSet.iterator()
           
 ByteBidirectionalIterator AbstractByte2ObjectSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator ByteCollections.EmptyCollection.iterator()
           
 ByteBidirectionalIterator AbstractByte2ByteSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator ByteSortedSets.SynchronizedSortedSet.iterator()
           
 ByteBidirectionalIterator ByteSortedSets.UnmodifiableSortedSet.iterator()
           
 ByteBidirectionalIterator AbstractByte2IntSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator ByteAVLTreeSet.iterator()
           
 ByteBidirectionalIterator AbstractByte2ShortSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator AbstractByte2BooleanSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator AbstractByte2CharSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator ByteSortedSet.iterator()
          Returns a type-specific BidirectionalIterator on the elements in this set.
 ByteBidirectionalIterator ByteLinkedOpenHashSet.iterator()
           
abstract  ByteBidirectionalIterator AbstractByteSortedSet.iterator()
           
 ByteBidirectionalIterator AbstractByte2LongSortedMap.KeySet.iterator()
           
 ByteBidirectionalIterator ByteRBTreeSet.iterator()
           
 ByteBidirectionalIterator AbstractByte2ReferenceSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator AbstractByte2FloatSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator AbstractByte2DoubleSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator ByteLinkedOpenCustomHashSet.iterator(byte from)
          Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
 ByteBidirectionalIterator AbstractByte2ObjectSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator AbstractByte2ByteSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator ByteSortedSets.EmptySet.iterator(byte from)
           
 ByteBidirectionalIterator ByteSortedSets.Singleton.iterator(byte from)
           
 ByteBidirectionalIterator ByteSortedSets.SynchronizedSortedSet.iterator(byte from)
           
 ByteBidirectionalIterator ByteSortedSets.UnmodifiableSortedSet.iterator(byte from)
           
 ByteBidirectionalIterator AbstractByte2IntSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator ByteAVLTreeSet.iterator(byte from)
           
 ByteBidirectionalIterator AbstractByte2ShortSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator AbstractByte2BooleanSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator AbstractByte2CharSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator ByteSortedSet.iterator(byte fromElement)
          Returns a type-specific BidirectionalIterator on the elements in this set, starting from a given element of the domain (optional operation).
 ByteBidirectionalIterator ByteLinkedOpenHashSet.iterator(byte from)
          Returns a type-specific list iterator on the elements in this set, starting from a given element of the set.
 ByteBidirectionalIterator AbstractByte2LongSortedMap.KeySet.iterator(byte from)
           
 ByteBidirectionalIterator ByteRBTreeSet.iterator(byte from)
           
static ByteBidirectionalIterator ByteIterators.unmodifiable(ByteBidirectionalIterator i)
          Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
 

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

Constructors in it.unimi.dsi.fastutil.bytes with parameters of type ByteBidirectionalIterator
ByteIterators.UnmodifiableBidirectionalIterator(ByteBidirectionalIterator i)
           
 



Copyright © 2011. All Rights Reserved.