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