edu.wpi.first.wpilibj.networktables2.type
Class StringArray

java.lang.Object
  extended by edu.wpi.first.wpilibj.networktables2.type.ComplexData
      extended by edu.wpi.first.wpilibj.networktables2.type.ArrayData
          extended by edu.wpi.first.wpilibj.networktables2.type.StringArray

public class StringArray
extends ArrayData

Author:
Mitchell

Field Summary
static ArrayEntryType TYPE
           
 
Constructor Summary
StringArray()
           
 
Method Summary
 void add(String value)
           
 String get(int index)
           
 void set(int index, String value)
           
 
Methods inherited from class edu.wpi.first.wpilibj.networktables2.type.ArrayData
_add, _set, getAsObject, remove, setSize, size
 
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
 

Field Detail

TYPE

public static final ArrayEntryType TYPE
Constructor Detail

StringArray

public StringArray()
Method Detail

get

public String get(int index)

set

public void set(int index,
                String value)

add

public void add(String value)


Copyright © 2013. All rights reserved.