edu.wpi.first.wpilibj.networktables2.type
Class ArrayData
java.lang.Object
edu.wpi.first.wpilibj.networktables2.type.ComplexData
edu.wpi.first.wpilibj.networktables2.type.ArrayData
- Direct Known Subclasses:
- BooleanArray, NumberArray, StringArray
public class ArrayData
- extends ComplexData
- Author:
- Mitchell
Methods inherited from class edu.wpi.first.wpilibj.networktables2.type.ComplexData |
getType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayData
public ArrayData(ArrayEntryType type)
getAsObject
protected Object getAsObject(int index)
_set
protected void _set(int index,
Object value)
_add
protected void _add(Object value)
remove
public void remove(int index)
setSize
public void setSize(int size)
size
public int size()
Copyright © 2013. All rights reserved.