Package jline.console.history
Interface History.Entry
- All Known Implementing Classes:
MemoryHistory.EntryImpl
- Enclosing interface:
- History
public static interface History.Entry
-
Method Summary
-
Method Details
-
index
int index() -
value
CharSequence value()
-