-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
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.