class JavaClass { void set(Runnable i, Runnable value) { i.run(); value.run(); } }