public class IntStack extends Object implements Serializable
Because only int primitives are used performance and memory usage can surpass Object stacks.
IntStack()
boolean
isEmpty()
int
pop()
void
push(int value)
equals, finalize, getClass, hashCode, toString
public IntStack()
public boolean isEmpty()
public int pop()
public void push(int value)
Copyright © 2018. All rights reserved.