Searched refs:countTypes (Results 1 – 1 of 1) sorted by relevance
54 int countTypes= 0; in getContainedTypes() local62 arTypes[countTypes++]= new Type(); in getContainedTypes()64 arTypes[countTypes++]= (Type) key; in getContainedTypes()66 arTypes[countTypes++]= new Type((Class<?>) key); in getContainedTypes()68 arTypes[countTypes++]= new Type(key.getClass()); in getContainedTypes()72 if (countTypes != size) in getContainedTypes()74 retVal= new Type[countTypes]; in getContainedTypes()75 System.arraycopy(arTypes, 0, retVal, 0, countTypes); in getContainedTypes()