Uses of Interface
org.jline.reader.History.Entry
Packages that use History.Entry
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 History Implementation Package.
-
Uses of History.Entry in org.jline.reader
Methods in org.jline.reader that return types with arguments of type History.EntryModifier and TypeMethodDescriptiondefault ListIterator<History.Entry> History.iterator()History.iterator(int index) Returns a list iterator over the history entries starting at the specified index.default Iterator<History.Entry> History.reverseIterator()default Iterator<History.Entry> History.reverseIterator(int index) Methods in org.jline.reader with parameters of type History.EntryModifier and TypeMethodDescriptiondefault booleanHistory.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.EntryModifier and TypeClassDescriptionprotected static classDefault implementation of theHistory.Entryinterface.Fields in org.jline.reader.impl.history with type parameters of type History.EntryMethods in org.jline.reader.impl.history that return types with arguments of type History.EntryModifier and TypeMethodDescription(package private) static List<History.Entry> DefaultHistory.doTrimHistory(List<History.Entry> allItems, int max) DefaultHistory.iterator(int index) DefaultHistory.spliterator()Methods in org.jline.reader.impl.history with parameters of type History.EntryMethod parameters in org.jline.reader.impl.history with type arguments of type History.EntryModifier and TypeMethodDescription(package private) static List<History.Entry> DefaultHistory.doTrimHistory(List<History.Entry> allItems, int max)