Class ByteArrayIterable

java.lang.Object
de.renebergelt.quiterables.iterators.primitivetypes.ByteArrayIterable
All Implemented Interfaces:
Iterable<Byte>

public class ByteArrayIterable extends Object implements Iterable<Byte>
An Iterable wrapper for primitive-type byte-arrays
Author:
René Bergelt
  • Constructor Details

    • ByteArrayIterable

      public ByteArrayIterable(byte[] array)
      Create a new iterable wrapper for the given array
      Parameters:
      array - Array to wrap
  • Method Details