public class DefaultNshHistory extends AbstractNshHistory
| Constructor and Description |
|---|
DefaultNshHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String e) |
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 |
remove(int index) |
void |
removeDuplicates() |
void |
save() |
DefaultNshHistory |
setHistoryFile(net.thevpc.nuts.io.NPath historyFile) |
int |
size() |
public net.thevpc.nuts.io.NPath getHistoryFile()
public DefaultNshHistory setHistoryFile(net.thevpc.nuts.io.NPath historyFile)
public void add(String e)
public void removeDuplicates()
public int size()
public void clear()
public void remove(int index)
public void load()
public void save()
public boolean isEmpty()
public String get(int index)
public String getLast()
Copyright © 2026 vpc open source initiative. All rights reserved.