September 2019
Intermediate to advanced
816 pages
18h 47m
English
Finally, we indicate that our collector is IDENTITY_FINISH and CONCURRENT:
@Overridepublic Set<Characteristics> characteristics() { return Set.of(IDENTITY_FINISH, CONCURRENT);}
The code that's bundled with this book glues all the pieces of the puzzle together in a class named MelonCollector.