-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
(package private) boolean |
isEmpty() |
(package private) T |
peek() |
(package private) T |
pop() |
(package private) void |
push(T element) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SimpleStack
SimpleStack()
-
Method Detail
-
push
void push(T element)
-
isEmpty
boolean isEmpty()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.