103104105106107108109110111112113
final int blockSize = this.newRandomBlockSize(); final int i = random.nextInt(2); switch (i) { case 0: return new Siren10VIntPostingsFormat(blockSize); case 1: return new Siren10AForPostingsFormat(blockSize); default: