Uses of Interface
jline.console.history.History.Entry
Packages that use History.Entry
-
Uses of History.Entry in jline.console.history
Classes in jline.console.history that implement History.EntryMethods in jline.console.history that return History.EntryModifier and TypeMethodDescriptionMemoryHistory.EntriesIterator.next()
MemoryHistory.EntriesIterator.previous()
Methods in jline.console.history that return types with arguments of type History.EntryModifier and TypeMethodDescriptionHistory.entries()
History.entries
(int index) MemoryHistory.entries()
MemoryHistory.entries
(int index) History.iterator()
MemoryHistory.iterator()
Methods in jline.console.history with parameters of type History.EntryModifier and TypeMethodDescriptionvoid
MemoryHistory.EntriesIterator.add
(History.Entry entry) void
MemoryHistory.EntriesIterator.set
(History.Entry entry)