The errata for page 159, for the first row in the table 3.12 is a little bit confusing.It says "
Add key to map" . But the key is already in the map right ? So should it just say something like key is
updated/associated with Value passed the merge method.Like below
In page 339 , table under the invokeAll description it says, "Executes the given tasks, synchronously returning the results of all tasks as a
Collection of Future Object.Here Collection(Interface) is a very generic term which has List,Set,Queue ..etc. But here the invokeAll returns only List.So Collection here can be replaced with
List of future objects. (as specified in the method signature and also in the next page).
In page 135 , in the last para above the table it says "luckily there are only
seven methods"..but there are
eight methods in the table