Package com.sun.msv.util
Class LightStack
java.lang.Object
com.sun.msv.util.LightStack
light-weight stack implementation.
This one is unsynchronized, and never shrink its memory footprint, but fast.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buf
-
len
private int len
-
-
Constructor Details
-
LightStack
public LightStack()
-
-
Method Details
-
push
-
pop
-
top
-
size
public int size() -
contains
-