public class AbstractPrimitiveList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
size |
Constructor and Description |
---|
AbstractPrimitiveList() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
outOfBoundsMsg(int index) |
protected void |
rangeCheck(int index) |
protected void |
rangeCheckForAdd(int index) |