public abstract class OutputManagement<T> extends Object
protected String
key
protected T
value
OutputManagement()
void
addInput(String key, T value)
abstract String
getFormattedOutput()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String key
protected T value
public OutputManagement()
public void addInput(String key, T value)
public abstract String getFormattedOutput()
Copyright © 2016. All Rights Reserved.