| Package | Description | 
|---|---|
| org.diirt.support.pva.adapters | |
| org.diirt.util.array | 
 Set of classes to handle iteration and read-only references to
 collections and arrays of primitives, without having to code for each
 individual case. 
 | 
| org.diirt.vtype | 
| Modifier and Type | Method and Description | 
|---|---|
ListBoolean | 
PVFieldToVBooleanArray.getData()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayBoolean
Wraps a  
boolean[] into a ListBoolean. | 
| Modifier and Type | Method and Description | 
|---|---|
ListBoolean | 
VBooleanArray.getData()
Return the object containing the array data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected StringBuffer | 
SimpleValueFormat.format(ListBoolean data,
      StringBuffer toAppendTo,
      FieldPosition pos)
Formats a boolean array. 
 | 
static VBooleanArray | 
ValueFactory.newVBooleanArray(ListBoolean data,
                Alarm alarm,
                Time time)
Creates a new VBooleanArray. 
 | 
Copyright © 2015. All rights reserved.