-
-
Constructor Summary
Constructors
Constructor and Description |
ArrayStack(int initSize)
Create empty stack
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
push
public void push(T obj)
-
isEmpty
public boolean isEmpty()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.