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
Iterable
around an array (to avoid uses of Array.asList
) to get an Iterable
.-
Constructor Summary
ModifierConstructorDescriptionprotected
ArrayIterable
(T[] content) Creates a new instance using the specified content. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator