Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/java/Inspector/
H A DIntrospector.java263 Vector aPropertiesVector = new Vector(aListOfProperties); in getProperties() local
268 aPropertiesVector.remove(i); in getProperties()
272 Property[] aRetProperties = new Property[aPropertiesVector.size()]; in getProperties()
273 aPropertiesVector.toArray(aRetProperties); in getProperties()

Completed in 15 milliseconds