public class Output implements OutputInterface { @Override public void output(SwapStoreInterface ss) { System.out.println(ss.get()); } }