Package | Description |
---|---|
org.epics.pvdata.misc |
This package provides a number of utility classes that are used by pvData code.
|
Modifier and Type | Method and Description |
---|---|
QueueElement<T> |
QueueCreate.createQueueElement(T object) |
QueueElement<T> |
Queue.getFree()
Get the next free element.
|
QueueElement<T> |
Queue.getUsed()
Get the oldest used element.
|
Modifier and Type | Method and Description |
---|---|
Queue<T> |
QueueCreate.create(QueueElement<T>[] queueElements) |
void |
Queue.releaseUsed(QueueElement<T> queueElement)
Release the getUsed structure.
|
void |
Queue.setUsed(QueueElement<T> queueElement)
Set the getFree element to used;
|
Copyright © 2014. All Rights Reserved.