Searched refs:aTypesVector (Results 1 – 1 of 1) sorted by relevance
281 Vector aTypesVector = new Vector(aListOfTypes); in getInterfaces() local286 aTypesVector.remove(i); in getInterfaces()290 Type[] aRetTypes = new Type[aTypesVector.size()]; in getInterfaces()291 aTypesVector.toArray(aRetTypes); in getInterfaces()
Completed in 18 milliseconds