onElementSet abstract method

void onElementSet(
  1. int index,
  2. E value
)
inherited

Called when element at index is set. Implement in platform-specific subclass to write through to memory.

Implementation

void onElementSet(int index, E value);