Searched defs:_propertyList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java377 private transient Map<String,String> _propertyList; field in class:ObjectName
430 _propertyList = null;
526 _propertyList = Collections.emptyMap();
1595 if (_propertyList == null) {
1598 _propertyList = new HashMap<String,String>();
1603 _propertyList.put(prop.getKeyString(_canonicalName),
1608 return _propertyList;

Completed in 33 milliseconds