Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.grinvin.engine.apengine.StateStack<E>
public abstract class StateStack<E>
extends java.lang.Object
Constructor Summary | |
|
Method Summary | |
protected abstract E[] |
|
boolean |
|
protected abstract E | |
protected void |
|
E |
|
E |
|
protected abstract E[] createArray(int size)
public final boolean empty()
protected abstract E emptyState()
protected void extend()
Extend the size of the stack.
public final E peek()
public final E pop()