|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.util.IntStack
A simple integer based stack. moved to weblogic.apache.xerces.util by neilg to support the XPathMatcher.
Constructor Summary | |
IntStack()
Deprecated. |
Method Summary | |
void |
clear()
Deprecated. Clears the stack. |
int |
peek()
Deprecated. Peeks at the top of the stack. |
int |
pop()
Deprecated. Pops a value off of the stack. |
void |
print()
Deprecated. Prints the stack. |
void |
push(int value)
Deprecated. Pushes a value onto the stack. |
int |
size()
Deprecated. Returns the size of the stack. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntStack()
Method Detail |
public void clear()
public int peek()
public int pop()
public void print()
public void push(int value)
public int size()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |