Class JsIntegerStack
java.lang.Object
org.dominokit.jacksonapt.stream.impl.JsIntegerStack
- All Implemented Interfaces:
Stack<java.lang.Integer>
public class JsIntegerStack extends java.lang.Object implements Stack<java.lang.Integer>
JsIntegerStack class.
- Version:
- $Id: $Id
- Author:
- vegegoku
-
Constructor Summary
Constructors Constructor Description JsIntegerStack() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JsIntegerStack
public JsIntegerStack()
-
-
Method Details
-
getAt
public java.lang.Integer getAt(int index)getAt.
-
setAt
public void setAt(int index, java.lang.Integer value)setAt.
-
get
public elemental2.core.JsNumber get(int index)get.
- Parameters:
index- a int.- Returns:
- a
JsNumberobject.
-