| Package | Description |
|---|---|
| jline.console.history |
Console history support.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ListIterator<History.Entry> |
History.entries() |
|
java.util.ListIterator<History.Entry> |
History.entries(int index) |
|
java.util.ListIterator<History.Entry> |
MemoryHistory.entries() |
|
java.util.ListIterator<History.Entry> |
MemoryHistory.entries(int index) |
|
java.util.Iterator<History.Entry> |
History.iterator() |
|
java.util.Iterator<History.Entry> |
MemoryHistory.iterator() |