| 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 | |
| org.diirt.vtype.json | 
 Support for JSON serialization of vTypes according to the following
 (specification). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListShort | 
PVFieldToVShortArray.getData()  | 
ListShort | 
PVFieldNTHistogramToVShortArray.getData()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayShort
Wraps a  
short[] into a ListShort. | 
| Modifier and Type | Method and Description | 
|---|---|
ListShort | 
VShortArray.getData()  | 
ListShort | 
ValueFormat.parseShortArray(String source)
Parses the string and returns a short array representation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VShortArray | 
ValueFactory.newVShortArray(ListShort values,
              Alarm alarm,
              Time time,
              Display display)
Creates a new VShortArray. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListShort | 
JsonArrays.toListShort(javax.json.JsonArray array)
Converts the given numeric JSON array to a ListShort. 
 | 
Copyright © 2015. All rights reserved.