Now, let's see how we can do the same in Java 8 by using lambda expression and Stream API, here is my first attempt: Map<String, Book> result = books.stream() .
確定! 回上一頁