Class ArrayUtils.IterableArray<T>

java.lang.Object
org.springframework.data.gemfire.util.ArrayUtils.IterableArray<T>
All Implemented Interfaces:
Iterable<T>
Enclosing class:
ArrayUtils

protected static class ArrayUtils.IterableArray<T> extends Object implements Iterable<T>
  • Constructor Details

    • IterableArray

      protected IterableArray(@NonNull T[] array)
  • Method Details