yangxu998 / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

EnumMultiset.create(Iterable, Class) #555

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please implement the factory method 

<E extends Enum<E>> EnumMultiset.create(Iterable<E>, Class<E>)

The method create(Iterable) already exists, but doesn't allow empty iterables 
to be passed as argument. This method would fix this issue as it would act like 
Sets.newEnumSet(Iterable, Class), but for EnumMultiset.

Original issue reported on code.google.com by ogregoire on 21 Feb 2011 at 4:20

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 19 Mar 2011 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 13 Jul 2011 at 6:18

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 16 Jul 2011 at 8:14

GoogleCodeExporter commented 9 years ago

Original comment by wasserman.louis on 18 Oct 2011 at 6:45

GoogleCodeExporter commented 9 years ago

Original comment by fry@google.com on 10 Dec 2011 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 30 May 2012 at 7:43

GoogleCodeExporter commented 9 years ago
Submitted internally; should be mirrored out soon.

Original comment by lowas...@google.com on 7 Nov 2012 at 8:18

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09