Package jline.console.history
Interface History.Entry
-
- All Known Implementing Classes:
MemoryHistory.EntryImpl
- Enclosing interface:
- History
public static interface History.Entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
index()
java.lang.CharSequence
value()
-