Searched refs:WeakMap (Results 1 – 5 of 5) sorted by relevance
35 WeakMap m = new WeakMap(); in test()51 assure("", WeakMap.getValue(m.get("key1")).equals(u1.get())); in test()52 assure("", WeakMap.getValue(m.get("key2")).equals(u2.get())); in test()57 assure("", WeakMap.getValue(m.get("key1")) == null); in test()59 assure("", WeakMap.getValue(m.get("key2")) == null); in test()
32 import com.sun.star.lib.util.WeakMap;414 IEnvironment env = (IEnvironment) WeakMap.getValue( in getEnvironment()460 IBridge bridge = (IBridge) WeakMap.getValue(bridges.get(hashName)); in getBridge()531 Object o = WeakMap.getValue(i.next()); in getBridges()604 IBridge b = (IBridge) WeakMap.getValue(i.next()); in reset()690 private static final WeakMap environments = new WeakMap();691 private static final WeakMap bridges = new WeakMap();
27 import com.sun.star.lib.util.WeakMap;40 Class c = (Class) WeakMap.getValue(map.get(locationUrl)); in find()62 Class c2 = (Class) WeakMap.getValue(map.get(locationUrl)); in find()104 private static final WeakMap map = new WeakMap();
66 public final class WeakMap implements Map { class70 public WeakMap() {} in WeakMap() method in WeakMap78 public WeakMap(Map m) { in WeakMap() method in WeakMap
45 sun$/star$/lib$/util$/WeakMap.java \
Completed in 16 milliseconds