Description
OfflineSorter uses a simple iterator class, ByteSequencesReader, to step through all byte[] that need sorting.
When its next method returns null the iteration is done.
But OfflineSorter then calls next again after that null return ...
OfflineSorter uses a simple iterator class, ByteSequencesReader, to step through all byte[] that need sorting.
When its next method returns null the iteration is done.
But OfflineSorter then calls next again after that null return ...