So, while trying to figure out how to create an Iterator from an array, I\'ve found that there are mainly two ways to do so:
Arrays.stream(array).iterator