public abstract class AbstractNshHistory extends Object implements NshHistory
| Constructor and Description |
|---|
AbstractNshHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(NshHistory other) |
void |
load(net.thevpc.nuts.io.NPath reader) |
void |
load(Reader reader) |
void |
save(net.thevpc.nuts.io.NPath file) |
void |
save(PrintStream writer) |
void |
save(PrintWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, clear, get, getElements, getElements, getHistoryFile, getLast, isEmpty, load, remove, removeDuplicates, save, setHistoryFile, sizepublic void load(net.thevpc.nuts.io.NPath reader)
load in interface NshHistorypublic void load(Reader reader)
load in interface NshHistorypublic void save(net.thevpc.nuts.io.NPath file)
save in interface NshHistorypublic void save(PrintWriter writer)
save in interface NshHistorypublic void save(PrintStream writer)
save in interface NshHistorypublic void append(NshHistory other)
append in interface NshHistoryCopyright © 2026 vpc open source initiative. All rights reserved.