Searched refs:isGenericType (Results 1 – 1 of 1) sorted by relevance
268 || (isGenericType(apiType) && !testType.equals(VOID)) in compareType()277 private static boolean isGenericType(String type) { in isGenericType() method in ApiClass294 return type.length() == 3 && isGenericType(type.substring(0, 1)) && isArrayType(type); in isGenericArrayType()