Searched refs:WeakMap (Results 1 – 7 of 7) sorted by relevance
34 WeakMap m = new WeakMap(); in test()50 assertTrue("", WeakMap.getValue(m.get("key1")).equals(u1.get())); in test()51 assertTrue("", WeakMap.getValue(m.get("key2")).equals(u2.get())); in test()56 assertTrue("", WeakMap.getValue(m.get("key1")) == null); in test()58 assertTrue("", WeakMap.getValue(m.get("key2")) == null); in test()
34 import com.sun.star.lib.util.WeakMap;425 IEnvironment env = (IEnvironment) WeakMap.getValue( in getEnvironment()471 IBridge bridge = (IBridge) WeakMap.getValue(bridges.get(hashName)); in getBridge()542 Object o = WeakMap.getValue(i.next()); in getBridges()615 IBridge b = (IBridge) WeakMap.getValue(i.next()); in reset()702 private static final WeakMap environments = new WeakMap();703 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
42 import com.sun.star.lib.util.WeakMap;78 private final WeakMap statements = new WeakMap();
45 sun$/star$/lib$/util$/WeakMap.java \
36 com/sun/star/lib/util/WeakMap.java \
Completed in 36 milliseconds