Searched refs:getSoftReference (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DMethodDescriptor.java115 this.methodRef = getSoftReference(method);
H A DIndexedPropertyDescriptor.java229 this.indexedReadMethodRef = getSoftReference(readMethod);
308 this.indexedWriteMethodRef = getSoftReference(writeMethod);
H A DPropertyDescriptor.java259 this.readMethodRef = getSoftReference(readMethod);
329 this.writeMethodRef = getSoftReference(writeMethod);
H A DFeatureDescriptor.java337 static <T> Reference<T> getSoftReference(T object) { method in class:FeatureDescriptor
H A DEventSetDescriptor.java333 this.listenerMethodsRef = getSoftReference(methods);

Completed in 344 milliseconds