public final class IntStack extends Object
| Constructor and Description |
|---|
IntStack(int size) |
IntStack(IntStack s) |
public IntStack(int size)
public IntStack(IntStack s)
public int peek()
public void push(int i)
public int pop()
public int size()
public boolean isEmpty()
public int get(int p)
public void clear()
public void addAll(IntStack b)
b - public boolean contains(int s)
Copyright © 2013. All rights reserved.