edu.wpi.first.wpilibj.networktables2.type
Class BooleanArray
java.lang.Object
edu.wpi.first.wpilibj.networktables2.type.ComplexData
edu.wpi.first.wpilibj.networktables2.type.ArrayData
edu.wpi.first.wpilibj.networktables2.type.BooleanArray
public class BooleanArray
- extends ArrayData
- Author:
- Mitchell
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.ComplexData |
getType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final ArrayEntryType TYPE
BooleanArray
public BooleanArray()
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.