The new method specified by jsr201
<T extends Enum<T>> Enum.valueOf(Class<T> c, String s);
is missing from the implementation.
<T extends Enum<T>> Enum.valueOf(Class<T> c, String s);
is missing from the implementation.
- duplicates
-
JDK-4960185 incomplete implementation of java.lang.Enum
-
- Closed
-