Class CircleStack<E>

java.lang.Object
com.codename1.gaming.physics.box2d.pooling.normal.CircleStack<E>
All Implemented Interfaces:
IOrderedStack<E>

public abstract class CircleStack<E> extends Object implements IOrderedStack<E>
  • Constructor Details

    • CircleStack

      public CircleStack(int argStackSize, int argContainerSize)
  • Method Details

    • pop

      public final E pop()
      Specified by:
      pop in interface IOrderedStack<E>
    • pop

      public final E[] pop(int argNum)
      Specified by:
      pop in interface IOrderedStack<E>
    • push

      public void push(int argNum)
      Specified by:
      push in interface IOrderedStack<E>
    • newInstance

      protected abstract E newInstance()