Package | Description |
---|---|
jline.console.history |
Console history support.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MemoryHistory.EntryImpl |
Modifier and Type | Method and Description |
---|---|
History.Entry |
MemoryHistory.EntriesIterator.next() |
History.Entry |
MemoryHistory.EntriesIterator.previous() |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<History.Entry> |
MemoryHistory.entries() |
java.util.ListIterator<History.Entry> |
History.entries() |
java.util.ListIterator<History.Entry> |
MemoryHistory.entries(int index) |
java.util.ListIterator<History.Entry> |
History.entries(int index) |
java.util.Iterator<History.Entry> |
MemoryHistory.iterator() |
java.util.Iterator<History.Entry> |
History.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryHistory.EntriesIterator.add(History.Entry entry) |
void |
MemoryHistory.EntriesIterator.set(History.Entry entry) |