Ejemplo n.º 1
0
 public int[] getCurrentCounterMatrix() {
   return mIndexArrayData.getCurrentCounter();
 }
Ejemplo n.º 2
0
 public int[] getCurrentCounterStorage() {
   return mIndexStorage.getCurrentCounter();
 }
Ejemplo n.º 3
0
 @Override
 public int[] getCurrentCounter() {
   return concat(mIndexArrayData.getCurrentCounter(), mIndexStorage.getCurrentCounter());
 }