Package com.spun.util

Class ArrayUtils.IterableWrapper<T>

java.lang.Object
com.spun.util.ArrayUtils.IterableWrapper<T>
All Implemented Interfaces:
Iterable<T>
Enclosing class:
ArrayUtils

public static class ArrayUtils.IterableWrapper<T> extends Object implements Iterable<T>
  • Constructor Details

    • IterableWrapper

      public IterableWrapper(Iterator<T> iterator)
  • Method Details