"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.util
Class ResizeableArrayObject

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.util.ResizeableArrayObject
Direct Known Subclasses:
ByteArrayMap, CharacterArrayMap, List

public class ResizeableArrayObject
extends Object

A helper super class for collections that use a resizing array

Author:
Mitchell

Field Summary
protected  Object[] array
           
 
Constructor Summary
protected ResizeableArrayObject()
           
protected ResizeableArrayObject(int initialSize)
           
 
Method Summary
protected  int arraySize()
           
protected  void ensureSize(int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

protected Object[] array
Constructor Detail

ResizeableArrayObject

protected ResizeableArrayObject()

ResizeableArrayObject

protected ResizeableArrayObject(int initialSize)
Method Detail

arraySize

protected int arraySize()

ensureSize

protected void ensureSize(int size)

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"