SharedPointerMapped<T> constructor
SharedPointerMapped<T> (
- int allocatedBytesLength,
- int bytesPerValue,
- SharedPointerMapWriter<
T> writer, - SharedPointerMapReader<
T> reader,
Implementation
SharedPointerMapped(
int allocatedBytesLength, int bytesPerValue, this.writer, this.reader)
: super(allocatedBytesLength, bytesPerValue, true);