Remove unused toArrayBad function...
This commit is contained in:
parent
8be879465a
commit
15e9d756b7
@ -68,17 +68,6 @@ public abstract class MixinBitArray implements IBitArray {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Unique
|
|
||||||
public int[] toArrayBad() {
|
|
||||||
int[] out = new int[arraySize];
|
|
||||||
|
|
||||||
for (int i = 0; i < arraySize; i++) {
|
|
||||||
out[i] = getAt(i);
|
|
||||||
}
|
|
||||||
|
|
||||||
return out;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int[] toArray() {
|
public int[] toArray() {
|
||||||
int[] out = new int[arraySize];
|
int[] out = new int[arraySize];
|
||||||
|
Loading…
Reference in New Issue
Block a user