Searched refs:componentClass (Results 1 – 1 of 1) sorted by relevance
220 Class<?> componentClass = (Class<?>) componentType; in subtypeOfComponentType() local221 if (componentClass.isPrimitive()) { in subtypeOfComponentType()222 return componentClass; in subtypeOfComponentType()