Searched refs:elmtType (Results 1 – 3 of 3) sorted by relevance
382 Type elmtType = ((GenericArrayType)keyType).getGenericComponentType(); in serializeArrayEntry() local383 if (elmtType == int.class || elmtType == float.class || elmtType == byte.class || in serializeArrayEntry()384 elmtType == long.class || elmtType == double.class || elmtType == boolean.class) { in serializeArrayEntry()386 } else if (elmtType == Rational.class) { in serializeArrayEntry()392 } else if (elmtType == Size.class) { in serializeArrayEntry()398 } else if (elmtType == Rect.class) { in serializeArrayEntry()404 } else if (elmtType == Face.class) { in serializeArrayEntry()410 } else if (elmtType == StreamConfigurationMap.class) { in serializeArrayEntry()417 } else if (elmtType instanceof ParameterizedType && in serializeArrayEntry()418 ((ParameterizedType)elmtType).getRawType() == Range.class) { in serializeArrayEntry()[all …]
536 Type elmtType = ((GenericArrayType) keyType).getGenericComponentType(); in serializeArrayEntry() local537 if (elmtType == int.class || elmtType == float.class || elmtType == byte.class || in serializeArrayEntry()538 elmtType == long.class || elmtType == double.class in serializeArrayEntry()539 || elmtType == boolean.class) { in serializeArrayEntry()541 } else if (elmtType == Rational.class) { in serializeArrayEntry()547 } else if (elmtType == Size.class) { in serializeArrayEntry()553 } else if (elmtType == Rect.class) { in serializeArrayEntry()559 } else if (elmtType == Face.class) { in serializeArrayEntry()565 } else if (elmtType == StreamConfigurationMap.class) { in serializeArrayEntry()572 } else if (elmtType instanceof ParameterizedType && in serializeArrayEntry()[all …]
307 Type elmtType = ((GenericArrayType) keyType).getGenericComponentType(); in storeArrayEntry() local309 if (elmtType == int.class) { in storeArrayEntry()312 } else if (elmtType == float.class) { in storeArrayEntry()315 } else if (elmtType == long.class) { in storeArrayEntry()318 } else if (elmtType == double.class) { in storeArrayEntry()321 } else if (elmtType == boolean.class) { in storeArrayEntry()324 } else if (elmtType == byte.class) { in storeArrayEntry()332 } else if (elmtType == Rational.class) { in storeArrayEntry()339 } else if (elmtType == Size.class) { in storeArrayEntry()346 } else if (elmtType == Rect.class) { in storeArrayEntry()[all …]