Package w.util
Class Iterators
java.lang.Object
w.util.Iterators
- Author:
- whilein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<E> @NotNull ListIterator<E>forArray(E @NotNull [] array) <E> @NotNull ListIterator<E>forArray(E @NotNull [] array, int offset, int length)
-
Constructor Details
-
Iterators
public Iterators()
-
-
Method Details
-
forArray
-
forArray
-