package cuchaz.enigma.inputs.translation; public class F_ObjectMethods { public void callEmAll() throws Throwable { clone(); equals(this); finalize(); getClass(); hashCode(); notify(); notifyAll(); toString(); wait(); wait(0); wait(0, 0); } }