Searched refs:_handleToPropertyMap (Results 1 – 1 of 1) sorted by relevance
85 private HashMap _handleToPropertyMap; field in PropertySet224 return (Property) _handleToPropertyMap.get(new Integer(nHandle)); in getPropertyByHandle()254 _handleToPropertyMap.put(new Integer(prop.Handle), prop); in putProperty()298 _handleToPropertyMap= new HashMap(); in initMappings()
Completed in 16 milliseconds