170171172173174175176177178179180
@Override public void apply(String key, GadgetState value) { keys.add(key); } }); keys.each(new Proc() { @Override public void apply(String key) { gadgetSupplements.get(key).remove(); } });
689690691692693694695696697698699
open.remove(key); } } }); } open.each(new Proc() { @Override public void apply(String key) { events.add(new AnnotationEndEvent(finalLocation, key)); } });
10341035103610371038103910401041104210431044
} }); } // Produce endAnnotation calls for every annotation at the end. open.each(new StringSet.Proc() { @Override public void apply(String key) { events.add(new AnnotationEndEvent(end, key)); } });
208209210211212213214215216217218
} }); } // fill in values that change keysToCheck.each(new Proc() { public void apply(String key) { String left = leftValues.get(key); String right = rightValues.get(key); if (ValueUtils.notEqual(left, right)) { leftSide.put(key, left);
687688689690691692693694695696697
10321033103410351036103710381039104010411042
205206207208209210211212213214215
168169170171172173174175176177178