| 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 |
|---|---|
default boolean |
History.isPersistable(History.Entry entry)
Check if an entry should be persisted or not.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultHistory.EntryImpl |
| Modifier and Type | Method and Description |
|---|---|
ListIterator<History.Entry> |
DefaultHistory.iterator(int index) |
Spliterator<History.Entry> |
DefaultHistory.spliterator() |
Copyright © 2018. All rights reserved.