Package com.qfs.index
Interface IWritableLongArray
- All Superinterfaces:
ILongArray
- All Known Subinterfaces:
ILongArrayTransaction
- All Known Implementing Classes:
ALongArray,ChunkedLongArray,LongArray,LongArrayTransaction
A writable
ILongArray.- Author:
- ActiveViam
-
Field Summary
Fields inherited from interface com.qfs.index.ILongArray
DEFAULT_EMPTY_VALUE -
Method Summary
Modifier and TypeMethodDescriptionvoidset(int index, long value) Sets a value at the given index.Methods inherited from interface com.qfs.index.ILongArray
getEmptyValue, getValue, size, transferValues
-
Method Details
-
set
void set(int index, long value) Sets a value at the given index.- Parameters:
index- the indexvalue- the value to set
-