public interface ArrayStore
Modifier and Type | Method and Description |
---|---|
void |
copyValue(int destIdx,
int sourceIdx) |
int |
count() |
void |
updateCount(int runCount) |
boolean |
valuesEqual(int idx1,
int idx2) |
Copyright © 2016. All rights reserved.