Java81 Stream Stream API는 객체지향과 함께 사용하면 좋습니다. 대표적으로 for, if -> stream으로 사용할 수 있습니다. 대표적인 stream api를 알아보겠습니다. ( 자세한 stream api 는 별도의 카테코리를 만들어 진행하겠습니다 ) forEach public class ForIterationExampleMain { public static void main(String[] args) { List integerList = new ArrayList(); integerList.add(10); integerList.add(20); integerList.add(30); integerList.add(40); integerList.add(50); integerList.add(60); integerLi.. 2023. 12. 12. 이전 1 다음