Interface ByteBidirectionalIterable

All Superinterfaces:
it.unimi.dsi.fastutil.bytes.ByteIterable, java.lang.Iterable<java.lang.Byte>
All Known Subinterfaces:
ByteSortedSet
All Known Implementing Classes:
AbstractByteSortedSet, ByteAVLTreeSet, ByteLinkedOpenCustomHashSet, ByteLinkedOpenHashSet, ByteRBTreeSet, ByteSortedSets.EmptySet, ByteSortedSets.Singleton, ByteSortedSets.SynchronizedSortedSet, ByteSortedSets.UnmodifiableSortedSet

public interface ByteBidirectionalIterable
extends it.unimi.dsi.fastutil.bytes.ByteIterable
A type-specific Iterable that further strengthens the specification of Iterable.iterator().
  • Method Summary

    Modifier and Type Method Description
    ByteBidirectionalIterator iterator()
    Returns a type-specific BidirectionalIterator.

    Methods inherited from interface it.unimi.dsi.fastutil.bytes.ByteIterable

    forEach, forEach, forEach, intIterator, intSpliterator, spliterator
  • Method Details

    • iterator

      Returns a type-specific BidirectionalIterator.
      Specified by:
      iterator in interface it.unimi.dsi.fastutil.bytes.ByteIterable
      Specified by:
      iterator in interface java.lang.Iterable<java.lang.Byte>
      Returns:
      a type-specific bidirectional iterator.