public static class DictionaryBreakEngine.DequeI extends Object implements Cloneable
| Constructor and Description |
|---|
DequeI() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
elementAt(int i) |
boolean |
isEmpty() |
void |
offer(int v) |
int |
peek() |
int |
pop() |
void |
push(int v) |
void |
removeAllElements() |
int |
size() |
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int size()
public boolean isEmpty()
public void offer(int v)
public void push(int v)
public int pop()
public int peek()
public int elementAt(int i)
public void removeAllElements()