Uses of Interface
jline.console.history.History.Entry
-
Packages that use History.Entry Package Description jline.console.history Console history support. -
-
Uses of History.Entry in jline.console.history
Classes in jline.console.history that implement History.Entry Modifier and Type Class Description private static class
MemoryHistory.EntryImpl
Methods in jline.console.history that return History.Entry Modifier and Type Method Description History.Entry
MemoryHistory.EntriesIterator. next()
History.Entry
MemoryHistory.EntriesIterator. previous()
Methods in jline.console.history that return types with arguments of type History.Entry Modifier and Type Method Description java.util.ListIterator<History.Entry>
History. entries()
java.util.ListIterator<History.Entry>
History. entries(int index)
java.util.ListIterator<History.Entry>
MemoryHistory. entries()
java.util.ListIterator<History.Entry>
MemoryHistory. entries(int index)
java.util.Iterator<History.Entry>
History. iterator()
java.util.Iterator<History.Entry>
MemoryHistory. iterator()
Methods in jline.console.history with parameters of type History.Entry Modifier and Type Method Description void
MemoryHistory.EntriesIterator. add(History.Entry entry)
void
MemoryHistory.EntriesIterator. set(History.Entry entry)
-