( Class type )
| 1086 | } |
| 1087 | |
| 1088 | public static boolean isWrapperType( Class type ) |
| 1089 | { |
| 1090 | return wrapperMap.get( type ) != null && !type.isPrimitive(); |
| 1091 | } |
| 1092 | |
| 1093 | /** |
| 1094 | Cast a primitive value represented by its java.lang wrapper type to the |
no test coverage detected