Searched defs:getProperties (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeClassInfoImpl.java170 public List<? extends RuntimePropertyInfo> getProperties() { method in class:RuntimeClassInfoImpl
171 return (List<? extends RuntimePropertyInfo>)super.getProperties();
217 for( RuntimePropertyInfo pi : ci.getProperties() )
H A DClassInfoImpl.java110 * @see #getProperties()
262 for (PropertyInfo<T,C> p : getProperties()) {
288 public List<? extends PropertyInfo<T,C>> getProperties() { method in class:ClassInfoImpl
406 for (PropertyInfo p : getProperties()) {
414 for( PropertyInfo<T,C> p: getProperties() ) {
698 * Called only from {@link #getProperties()}.
1242 List<? extends PropertyInfo> props = getProperties();
1252 getProperties(); // make sure properties!=null
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java566 public Hashtable getProperties() { method in class:J2DAnalyzer.SingleResultSetHolder
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java224 private Map<Object, Object> getProperties() { method in class:EventRequestManagerImpl.EventRequestImpl
243 return getProperties().get(key);
254 getProperties().put(key, value);
256 getProperties().remove(key);

Completed in 54 milliseconds

12