What’s the point of having both Iterator.forEachRemaining() and Iterable.forEach() ? Iterator는 python의 generator와 같은 개념 next 로 값을 호출함Iterable은 list인 것임