org.jfree.util
public final class FastStack extends Object implements Serializable, Cloneable
Constructor Summary | |
---|---|
FastStack() | |
FastStack(int size) |
Method Summary | |
---|---|
void | clear() |
Object | clone() |
Object | get(int index) |
boolean | isEmpty() |
Object | peek() |
Object | pop() |
void | push(Object o) |
int | size() |