Uses of Class
org.jline.reader.impl.history.DefaultHistory.EntryImpl
-
Packages that use DefaultHistory.EntryImpl Package Description org.jline.reader.impl.history JLine 3 History Implementation Package. -
-
Uses of DefaultHistory.EntryImpl in org.jline.reader.impl.history
Methods in org.jline.reader.impl.history that return DefaultHistory.EntryImpl Modifier and Type Method Description protected DefaultHistory.EntryImpl
DefaultHistory. createEntry(int index, java.time.Instant time, java.lang.String line)
Create a history entry.
-