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