185186187188189190191
{ if (index != 0) { throw new IndexOutOfBoundsException(); } return new OutputFunctionLevelStorage(LayoutProcess.LEVEL_PAGINATE, outputFunction, outputFunctionIsPageListener); }