Class AbstractNshHistory
java.lang.Object
net.thevpc.nsh.history.AbstractNshHistory
- All Implemented Interfaces:
NshHistory
- Direct Known Subclasses:
DefaultNshHistory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(NshHistory other) voidvoidvoidsave(PrintStream writer) voidsave(PrintWriter writer) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thevpc.nsh.history.NshHistory
add, clear, get, getElements, getElements, getHistoryFile, getLast, isEmpty, load, remove, removeDuplicates, save, setHistoryFile, size
-
Constructor Details
-
AbstractNshHistory
public AbstractNshHistory()
-
-
Method Details
-
load
- Specified by:
loadin interfaceNshHistory
-
load
- Specified by:
loadin interfaceNshHistory
-
save
- Specified by:
savein interfaceNshHistory
-
save
- Specified by:
savein interfaceNshHistory
-
save
- Specified by:
savein interfaceNshHistory
-
append
- Specified by:
appendin interfaceNshHistory
-