Interface ByteIterator

All Known Subinterfaces:
MutableByteIterator
All Known Implementing Classes:
ByteArrayList.InternalByteIterator, ByteBooleanHashMap.KeySetIterator, ByteByteHashMap.InternalByteIterator, ByteByteHashMap.KeySetIterator, ByteCharHashMap.KeySetIterator, ByteDoubleHashMap.KeySetIterator, ByteFloatHashMap.KeySetIterator, ByteHashBag.InternalIterator, ByteHashSet.ImmutableByteHashSet.InternalByteIterator, ByteHashSet.MutableInternalByteIterator, ByteIntHashMap.KeySetIterator, ByteLongHashMap.KeySetIterator, ByteObjectHashMap.KeysSetIterator, ByteShortHashMap.KeySetIterator, CharByteHashMap.InternalByteIterator, DoubleByteHashMap.InternalByteIterator, FloatByteHashMap.InternalByteIterator, ImmutableByteArrayList.InternalByteIterator, ImmutableByteByteMapKeySet.InternalByteIterator, ImmutableByteMapKeySet.InternalByteIterator, ImmutableEmptyByteIterator, IntByteHashMap.InternalByteIterator, LongByteHashMap.InternalByteIterator, ObjectByteHashMap.InternalByteIterator, ObjectByteHashMapWithHashingStrategy.InternalByteIterator, ReverseByteIterable.ReverseByteIterator, SelectByteIterable.SelectByteIterator, ShortByteHashMap.InternalByteIterator, SingletonByteIterator, TapByteIterable.TapByteIterator, UnmodifiableByteIterator

public interface ByteIterator
ByteIterator is an iterator over a ByteIterable. This file was automatically generated from template file primitiveIterator.stg.
Since:
3.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    byte
     
  • Method Details

    • next

      byte next()
    • hasNext

      boolean hasNext()