onElementSet abstract method
Called when element at index is set.
Implement in platform-specific subclass to write through to memory.
Implementation
void onElementSet(int index, E value);
Called when element at index is set.
Implement in platform-specific subclass to write through to memory.
void onElementSet(int index, E value);