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

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.BooleanArray

public class BooleanArray
extends ArrayData

Author:
Mitchell

Field Summary
static ArrayEntryType TYPE
           
 
Constructor Summary
BooleanArray()
           
 
Method Summary
 void add(boolean value)
           
 boolean get(int index)
           
 void set(int index, boolean 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

BooleanArray

public BooleanArray()
Method Detail

get

public boolean get(int index)

set

public void set(int index,
                boolean value)

add

public void add(boolean value)


Copyright © 2013. All rights reserved.