(Object o)
| 210 | /// |
| 211 | /// a caching object or null if caching isn't supported |
| 212 | public static Object createSoftWeakRef(Object o) { |
| 213 | return Display.impl.createSoftWeakRef(o); |
| 214 | } |
| 215 | |
| 216 | /// Extracts the hard reference from the soft/weak reference given |
| 217 | /// |
no outgoing calls