- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ArrayIterator (0.05 sec)
-
src/main/java/org/codelibs/core/collection/ArrayIterator.java
assertArgumentNotNull("items", items); return () -> new ArrayIterator<>(items); } /** * Creates an {@link ArrayIterator}. * * @param items the array of elements to iterate (must not be {@literal null}) */ public ArrayIterator(final T... items) { this.items = items; } @Override public boolean hasNext() {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2.5K bytes - Viewed (0)