Class HashParameters.ArrayIterable<T>

java.lang.Object
io.helidon.common.http.HashParameters.ArrayIterable<T>
Type Parameters:
T - type of the array elements
All Implemented Interfaces:
Iterable<T>
Enclosing class:
HashParameters

protected static class HashParameters.ArrayIterable<T> extends Object implements Iterable<T>
Iterable around an array (to avoid uses of Array.asList) to get an Iterable.
  • Constructor Details

    • ArrayIterable

      protected ArrayIterable(T[] content)
      Creates a new instance using the specified content.
      Parameters:
      content - the array over which the Iterable traverses
  • Method Details