5354555657585960616263
Object pooled2 = new Object(); String key = "POOLED-KEY"; p.store(key, pooled1); p.store(key, pooled2); // No guarantee that we'll get them out in the order they were put in. List l = new ArrayList(); l.add(pooled1);
104105106107108109110111112113114
// Training expect(engine.getLocale()).andReturn(Locale.KOREAN); pool.store(Locale.KOREAN, engine); replay(); EngineManagerImpl m = new EngineManagerImpl();