|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimtools.data.buffer.Buffer.ShortManipulator
simtools.data.buffer.SimpleBuffer.SimpleShortManipulator
simtools.data.buffer.ResizeableBuffer.ResizeableShortManipulator
simtools.data.buffer.DelayedBuffer.DelayedShortManipulator
public class DelayedBuffer.DelayedShortManipulator
This class handles optimization for short objects.
| Field Summary |
|---|
| Fields inherited from class simtools.data.buffer.SimpleBuffer.SimpleShortManipulator |
|---|
buffer |
| Constructor Summary | |
|---|---|
DelayedBuffer.DelayedShortManipulator()
|
|
| Method Summary | |
|---|---|
void |
setSlice(long min,
long max)
Use this function to optimize the buffer on the given index range |
boolean |
setValue(long index,
short value)
Unlike parent's, this buffer deletes old elements and give priority to the newly set elements. |
| Methods inherited from class simtools.data.buffer.ResizeableBuffer.ResizeableShortManipulator |
|---|
getValue |
| Methods inherited from class simtools.data.buffer.SimpleBuffer.SimpleShortManipulator |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelayedBuffer.DelayedShortManipulator()
| Method Detail |
|---|
public boolean setValue(long index,
short value)
throws DataException
setValue in class ResizeableBuffer.ResizeableShortManipulatorDataException
public void setSlice(long min,
long max)
setSlice in class ResizeableBuffer.ResizeableShortManipulator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||