Home
last modified time | relevance | path

Searched refs:aTypesVector (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java281 Vector aTypesVector = new Vector(aListOfTypes); in getInterfaces() local
286 aTypesVector.remove(i); in getInterfaces()
290 Type[] aRetTypes = new Type[aTypesVector.size()]; in getInterfaces()
291 aTypesVector.toArray(aRetTypes); in getInterfaces()

Completed in 18 milliseconds