219220221222223224225226227
next = reader.readNext(); if(next == null) { reader.close(); } } catch(IOException e) { throw new IterableSorterException(e); } return t; }