public interface NshHistory
| Modifier and Type | Method and Description |
|---|---|
void |
add(String e) |
void |
append(NshHistory other) |
void |
clear() |
String |
get(int index) |
List<String> |
getElements() |
List<String> |
getElements(int maxElements) |
net.thevpc.nuts.io.NPath |
getHistoryFile() |
String |
getLast() |
boolean |
isEmpty() |
void |
load() |
void |
load(net.thevpc.nuts.io.NPath reader) |
void |
load(Reader reader) |
void |
remove(int index) |
void |
removeDuplicates() |
void |
save() |
void |
save(net.thevpc.nuts.io.NPath writer) |
void |
save(PrintStream writer) |
void |
save(PrintWriter writer) |
NshHistory |
setHistoryFile(net.thevpc.nuts.io.NPath historyFile) |
int |
size() |
net.thevpc.nuts.io.NPath getHistoryFile()
NshHistory setHistoryFile(net.thevpc.nuts.io.NPath historyFile)
void add(String e)
void removeDuplicates()
int size()
void clear()
void remove(int index)
void load()
void load(net.thevpc.nuts.io.NPath reader)
void load(Reader reader)
void save()
void save(net.thevpc.nuts.io.NPath writer)
void save(PrintWriter writer)
void save(PrintStream writer)
void append(NshHistory other)
boolean isEmpty()
String get(int index)
String getLast()
Copyright © 2026 vpc open source initiative. All rights reserved.