HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🤩
개발
/
Java
Java
/
💯
Java 기본
/활용 (API)/
Iterator vs Iterable

Iterator vs Iterable

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