jline.console.history.History |
![]() |
Console history.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
History.Entry |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Remove the history element at the given index.
| |||||||||||
Remove the first element from history.
| |||||||||||
Remove the last element from history
| |||||||||||
Set the history item at the given index to the given CharSequence.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Remove the history element at the given index.
i | the index of the element to remove |
---|
Remove the first element from history.
Remove the last element from history
Set the history item at the given index to the given CharSequence.
index | the index of the history offset |
---|---|
item | the new item |