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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DDataCollectorBase.java58 private Set propertyNames ; field in class:DataCollectorBase
75 propertyNames = new HashSet() ;
80 propertyNames.add( ORBConstants.ORB_INIT_REF_PROPERTY ) ;
110 propertyNames.add( pa.getPropertyName() ) ;
182 name = findMatchingPropertyName( propertyNames, argName ) ;
209 findPropertiesByName( propertyNames.iterator(), callback ) ;
246 findPropertiesByName( propertyNames.iterator(), callback ) ;
249 makeIterator( props.propertyNames()), callback );
278 Set normalNames = getCORBAPrefixes( propertyNames ) ;
323 // For each prefix in prefixes, For each name in propertyNames,
326 findPropertiesByPrefix( Set prefixes, Iterator propertyNames, PropertyCallback getProperty ) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DProperties.java56 * the call to the <code>propertyNames</code> or <code>list</code> method
988 public Enumeration<?> propertyNames() { method in class:Properties

Completed in 61 milliseconds