Uses of Interface
org.jline.reader.History.Entry
-
Packages that use History.Entry Package Description org.jline.reader JLine 3.org.jline.reader.impl.history JLine 3. -
-
Uses of History.Entry in org.jline.reader
Methods in org.jline.reader that return types with arguments of type History.Entry Modifier and Type Method Description default java.util.ListIterator<History.Entry>
History. iterator()
java.util.ListIterator<History.Entry>
History. iterator(int index)
default java.util.Iterator<History.Entry>
History. reverseIterator()
default java.util.Iterator<History.Entry>
History. reverseIterator(int index)
Methods in org.jline.reader with parameters of type History.Entry Modifier and Type Method Description default boolean
History. isPersistable(History.Entry entry)
Check if an entry should be persisted or not. -
Uses of History.Entry in org.jline.reader.impl.history
Classes in org.jline.reader.impl.history that implement History.Entry Modifier and Type Class Description protected static class
DefaultHistory.EntryImpl
Fields in org.jline.reader.impl.history with type parameters of type History.Entry Modifier and Type Field Description private java.util.LinkedList<History.Entry>
DefaultHistory. items
Methods in org.jline.reader.impl.history that return types with arguments of type History.Entry Modifier and Type Method Description (package private) static java.util.List<History.Entry>
DefaultHistory. doTrimHistory(java.util.List<History.Entry> allItems, int max)
java.util.ListIterator<History.Entry>
DefaultHistory. iterator(int index)
java.util.Spliterator<History.Entry>
DefaultHistory. spliterator()
Methods in org.jline.reader.impl.history with parameters of type History.Entry Modifier and Type Method Description private java.lang.String
DefaultHistory. format(History.Entry entry)
Method parameters in org.jline.reader.impl.history with type arguments of type History.Entry Modifier and Type Method Description (package private) static java.util.List<History.Entry>
DefaultHistory. doTrimHistory(java.util.List<History.Entry> allItems, int max)
-