28package com.jogamp.common.util;
60 void position(
int newPosition)
throws IndexOutOfBoundsException;
Simple primitive-type stack.
int getGrowSize()
Returns the grow size.
void position(int newPosition)
Sets the position of this stack.
int position()
Returns the current position of this stack.
void setGrowSize(int newGrowSize)
Set new growSize().
int capacity()
Returns this stack's current capacity.
int remaining()
Returns the remaining elements left before stack will grow about getGrowSize().