com.sun.msv.util
Class LightStack
public final
class
LightStack
extends Object
light-weight stack implementation.
This one is unsynchronized, and never shrink its memory footprint, but fast.
Author: Kohsuke KAWAGUCHI
public boolean contains(Object o)
public Object pop()
public void push(Object o)
public int size()
public Object top()