RFR (2nd): 8015318: Extend Collector with 'finish' operation

Paul Sandoz paul.sandoz at oracle.com
Tue Aug 6 17:15:53 UTC 2013


On Aug 6, 2013, at 6:06 PM, Mike Duigou <mike.duigou at oracle.com> wrote:
> General::
> 
> - Is there a constant immutable EnumSet for the Collector.Characteristics.IDENTITY_FINISH ? It would be nice to avoid creating lots of EnumSet instances.
> 

There is a package private unmodifiable Set:

  Collectors .CH_ID

Are you suggesting that should be made public?

Paul.


More information about the core-libs-dev mailing list