|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.msv.util.LightStack
light-weight stack implementation. This one is unsynchronized, and never shrink its memory footprint, but fast.
Constructor Summary | |
LightStack()
|
Method Summary | |
boolean |
contains(Object o)
|
Object |
pop()
|
void |
push(Object o)
|
int |
size()
|
Object |
top()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LightStack()
Method Detail |
public void push(Object o)
public Object pop()
public Object top()
public int size()
public boolean contains(Object o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |