|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimtools.data.buffer.Buffer.ObjectManipulator
simtools.data.buffer.SimpleBuffer.SimpleObjectManipulator
simtools.data.buffer.ResizeableBuffer.ResizeableObjectManipulator
simtools.data.buffer.DelayedBuffer.DelayedObjectManipulator
public class DelayedBuffer.DelayedObjectManipulator
This class handles optimization for Object objects.
Field Summary |
---|
Fields inherited from class simtools.data.buffer.SimpleBuffer.SimpleObjectManipulator |
---|
buffer |
Constructor Summary | |
---|---|
DelayedBuffer.DelayedObjectManipulator()
|
Method Summary | |
---|---|
void |
setSlice(long min,
long max)
Use this function to optimize the buffer on the given index range |
boolean |
setValue(long index,
java.lang.Object 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.ResizeableObjectManipulator |
---|
getValue |
Methods inherited from class simtools.data.buffer.SimpleBuffer.SimpleObjectManipulator |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelayedBuffer.DelayedObjectManipulator()
Method Detail |
---|
public boolean setValue(long index, java.lang.Object value) throws DataException
setValue
in class ResizeableBuffer.ResizeableObjectManipulator
DataException
public void setSlice(long min, long max)
setSlice
in class ResizeableBuffer.ResizeableObjectManipulator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |