I can not find the Immutable version of EnumSet . Two questions:
Is it possible to use Enums in a regular Guava ImmutableSet?
If possible, what are some of the advantages / disadvantages of using ImmutableSet instead of EnumSet?
java immutability collections set
Carlos Bribiescas
source share