Package com.qfs.index
Interface IWritableIntegerArray
- All Superinterfaces:
IIntegerArray
- All Known Subinterfaces:
IIntegerArrayTransaction
- All Known Implementing Classes:
AIntegerArray,ChunkedIntegerArray,IntegerArray,IntegerArrayTransaction
A writable
IIntegerArray.- Author:
- ActiveViam
-
Field Summary
Fields inherited from interface com.qfs.index.IIntegerArray
DEFAULT_EMPTY_VALUE -
Method Summary
Modifier and TypeMethodDescriptionvoidset(int index, int value) Sets a value at the given index.Methods inherited from interface com.qfs.index.IIntegerArray
getEmptyValue, getValue, size, transferValues
-
Method Details
-
set
void set(int index, int value) Sets a value at the given index.- Parameters:
index- the indexvalue- the value to set
-