697698699700701702703704705706707
List<Message> msgs=win.removeMany(null); System.out.println("msgs = " + msgs); assert msgs.size() == 3; win.add(8, msg()); msgs=win.removeMany(null); System.out.println("msgs = " + msgs); assert msgs.size() == 3; } finally { timer.stop();