Class ShortArrayIterable

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

public class ShortArrayIterable extends Object implements Iterable<Short>
An Iterable wrapper for primitive-type short-arrays
Author:
René Bergelt
  • Constructor Details

    • ShortArrayIterable

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