public int[] getCurrentCounterMatrix() { return mIndexArrayData.getCurrentCounter(); }
public int[] getCurrentCounterStorage() { return mIndexStorage.getCurrentCounter(); }
@Override public int[] getCurrentCounter() { return concat(mIndexArrayData.getCurrentCounter(), mIndexStorage.getCurrentCounter()); }