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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DDescriptorSupport.java145 the HashMap. Thus, descriptorMap is a TreeMap with a Comparator
152 but keep the real information in descriptorMap.
154 private transient SortedMap<String, Object> descriptorMap; field in class:DescriptorSupport
229 init(inDescr.descriptorMap);
506 descriptorMap =
509 descriptorMap.putAll(initMap);
529 Object retValue = descriptorMap.get(fieldName);
580 descriptorMap.put(fieldName, fieldValue);
589 int numberOfEntries = descriptorMap.size();
592 Set<Map.Entry<String, Object>> returnedSet = descriptorMap
[all...]

Completed in 302 milliseconds