I still need an official OpenJDK Reviewer.
+1
Thanks.
This is purely a suggestion, take it or leave it: you could use a static import
for Objects.requireNonNull, that makes the current code marginally easier on
the eyes (i know this area is likely to change).
Will consider for future code cleanups.
List/Set/Map/MOAT
—
Update the license header date to 2015.
Map
—
1689 * The key and the value must not be null. Calling {@link
Entry#setValue Entry.setValue()}
s/null/{@code null}
Will fix the above.
s'marks