Package | Description |
---|---|
jline.console.history |
Console history support.
|
Modifier and Type | Method and Description |
---|---|
ListIterator<History.Entry> |
History.entries() |
ListIterator<History.Entry> |
MemoryHistory.entries() |
ListIterator<History.Entry> |
History.entries(int index) |
ListIterator<History.Entry> |
MemoryHistory.entries(int index) |
Iterator<History.Entry> |
History.iterator() |
Iterator<History.Entry> |
MemoryHistory.iterator() |
Copyright © 2024. All rights reserved.