site for localized release information and detailed cover art. Search for Tameike Goro
| Goal | Traditional Anonymous Class | Lambda | |------|-----------------------------|--------| | Comparator<Integer> that sorts descending | new Comparator<Integer>() public int compare(Integer a, Integer b) return b - a; | (a, b) -> b - a | | Predicate<String> that checks length > 5 | new Predicate<String>() public boolean test(String s) return s.length() > 5; | s -> s.length() > 5 | CJOD-337-EN-JAVHD-TODAY-1027202202-19-15 Min