Class UnmodifiableByteIterator

java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableByteIterator
All Implemented Interfaces:
ByteIterator, MutableByteIterator

public class UnmodifiableByteIterator extends Object implements MutableByteIterator
UnmodifiableByteIterator is a wrapper around ByteIterator which is unmodifiable and doesn't support remove. This file was automatically generated from template file unmodifiablePrimitiveIterator.stg.
  • Constructor Details

    • UnmodifiableByteIterator

      public UnmodifiableByteIterator(ByteIterator byteIterator)
  • Method Details