| Package | Description | 
|---|---|
| org.diirt.graphene.profile.utils | |
| 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 | 
|---|---|
ListLong | 
StopWatch.getNanoAverages(int start)
Gets the average of all sets of timings after the first  
start timings. | 
ListLong | 
StopWatch.getNanoTimings()
Returns a copy of the set of times 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListLong | 
PVFieldToVLongArray.getData()  | 
ListLong | 
PVFieldNTHistogramToVLongArray.getData()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayLong
Wraps a  
long[] into a ListLong. | 
| Modifier and Type | Method and Description | 
|---|---|
static ListLong | 
ListMath.limit(ListLong data,
     int start,
     int end)
Returns a sublist of the given data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListLong | 
ListMath.limit(ListLong data,
     int start,
     int end)
Returns a sublist of the given data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListLong | 
VLongArray.getData()  | 
| Modifier and Type | Method and Description | 
|---|---|
static VLongArray | 
ValueFactory.newVLongArray(ListLong values,
             Alarm alarm,
             Time time,
             Display display)
Creates a new VLongArray. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ListLong | 
JsonArrays.toListLong(javax.json.JsonArray array)
Converts the given numeric JSON array to a ListLong. 
 | 
Copyright © 2015. All rights reserved.