(size: number /*int*/)
| 352 | } |
| 353 | |
| 354 | private static makeArray(size: number /*int*/): Int32Array { |
| 355 | return new Int32Array(Math.floor((size + 31) / 32)); |
| 356 | } |
| 357 | |
| 358 | /*@Override*/ |
| 359 | public equals(o: any): boolean { |
no outgoing calls
no test coverage detected