E
- public interface StackInterface<E>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
E |
pop()
SimpleTurtle pop
|
void |
push(E turtle)
SimpleTurtle push
|
static final java.lang.String VERSION