Uses of Class
ch.nolix.base.commontypetool.arraytool.ArrayIterator
Packages that use ArrayIterator
-
Uses of ArrayIterator in ch.nolix.base.commontypetool.arraytool
Methods in ch.nolix.base.commontypetool.arraytool that return ArrayIteratorModifier and TypeMethodDescriptionstatic <T> ArrayIterator<T> ArrayIterator.forArray(T[] array) static <T> ArrayIterator<T> ArrayIterator.forArrayAndStartIndex(T[] array, int startIndex)