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

    Modifier and Type Method Description
    elemental2.core.JsNumber get​(int index)
    get.
    java.lang.Integer getAt​(int index)
    getAt.
    void setAt​(int index, java.lang.Integer value)
    setAt.

    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.

      Specified by:
      getAt in interface Stack<java.lang.Integer>
      Parameters:
      index - a int.
      Returns:
      a T object.
    • setAt

      public void setAt​(int index, java.lang.Integer value)

      setAt.

      Specified by:
      setAt in interface Stack<java.lang.Integer>
      Parameters:
      index - a int.
      value - a T object.
    • get

      public elemental2.core.JsNumber get​(int index)

      get.

      Parameters:
      index - a int.
      Returns:
      a JsNumber object.