java.lang.Object
com.intellij.util.containers.IntStack
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntStack
public IntStack(int initialCapacity) -
IntStack
public IntStack()
-
-
Method Details
-
push
public void push(int t) -
peek
public int peek() -
pop
public int pop() -
get
public int get(int i) -
size
public int size() -
empty
public boolean empty() -
equals
-
clear
public void clear() -
toString
-
clone
-