JDK 12 RFR of JDK-8146726 : Refactor AbstractProcessor to use Set.of and related methods
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Tue Nov 27 21:07:54 UTC 2018
Hi, Joe.
> Collections.emptySet() :
Just curious why "Collections.emptySet()" is used instead of "Set.of()"?
--
Best regards, Sergey.
More information about the compiler-dev
mailing list