com.infoengine.modeler.UI
Class EditorTextComponent.ShortCharStack
java.lang.Object
com.infoengine.modeler.UI.EditorTextComponent.ShortCharStack
- Enclosing class:
- EditorTextComponent
- class EditorTextComponent.ShortCharStack
- extends Object
Field Summary |
(package private) char[] |
chars
|
(package private) int |
idx
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chars
char[] chars
idx
int idx
EditorTextComponent.ShortCharStack
public EditorTextComponent.ShortCharStack(int size)
clear
public void clear()
isEmpty
public boolean isEmpty()
endsWith
public boolean endsWith(String s)
startsWith
public boolean startsWith(String s)
lastIndex
private int lastIndex()
reverseString
public String reverseString()
peek
public char peek()
push
public void push(char c)
pop
public char pop()