public abstract class CachedStack
extends Object
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
topOfStack
protected int topOfStack
-
Constructor Details
-
CachedStack
public CachedStack()
-