-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
b24
-
generic
-
generic
It is possible to provide a specialized Set implementation for enums that uses a bit vector representation internally. Such an implementation would combine the richness and type safety of the Set interface with speeds approaching those of traditional int-based flags bits.