CDV ❯ complete support for all collection wrappers types in java.util.Collections
-
New Feature
-
Status: Resolved
-
2 Major
-
Resolution: Won't Fix
-
-
-
interfaces
-
Reporter: teck
-
August 04, 2009
-
0
-
Watchers: 1
-
February 12, 2014
-
February 12, 2014
Description
There are types that aren’t automagically portable from java.util.Collections. We support the “unmodifiable”, “synchronized” and “empty” types. For some reason we never did the “singleton” ones. And from java 1.5 we don’t have the “checked” versions and 1.6 we don’t have the “asLifoQueue” and “newSetFromMap” types
Comments
Alex Miller 2009-08-05
Steve Harris 2009-08-05
If this is easy we can make it low priority for 3.1.1
Hung Huynh 2014-02-12
DSO is discontinued
Would be nice to clean this up - I hate having to add a caveat for stuff like this. Obviously not critical for Rivera.