Home | History | Annotate | Download | only in stock

Lines Matching defs:primitiveType

817             TypeId<?> primitiveType = TypeId.get(entry.getKey());
819 MethodId<?, ?> valueOfMethod = boxedType.getMethod(boxedType, "valueOf", primitiveType);
820 PRIMITIVE_TYPE_TO_UNBOX_METHOD.put(primitiveType, valueOfMethod);