Package com.swiftmq.tools.collection
Class Stack
java.lang.Object
com.swiftmq.tools.collection.Stack
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Stack
public Stack(int extendSize)
-
-
Method Details
-
push
-
pop
-
getSize
public int getSize() -
clear
public void clear()
-