Class TextEditor
- java.lang.Object
-
- g2201_2300.s2296_design_a_text_editor.TextEditor
-
public class TextEditor extends Object
-
-
Constructor Summary
Constructors Constructor Description TextEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addText(String text)
String
cursorLeft(int k)
String
cursorRight(int k)
int
deleteText(int k)
-