| Package | Description |
|---|---|
| org.jline.reader |
JLine 3.
|
| org.jline.reader.impl.history |
JLine 3.
|
| Modifier and Type | Method and Description |
|---|---|
default ListIterator<History.Entry> |
History.iterator() |
ListIterator<History.Entry> |
History.iterator(int index) |
default Iterator<History.Entry> |
History.reverseIterator() |
default Iterator<History.Entry> |
History.reverseIterator(int index) |
| Modifier and Type | Method and Description |
|---|---|
ListIterator<History.Entry> |
DefaultHistory.iterator(int index) |
Spliterator<History.Entry> |
DefaultHistory.spliterator() |
Copyright © 2020. All rights reserved.