Package org.apache.jackrabbit.oak.commons.sort


@Version("1.3.0") package org.apache.jackrabbit.oak.commons.sort
  • Classes
    Class
    Description
    Utility class to escape '\n', '\r', '\' char while being written to file and unescape then upon getting read from file.
    Source copied from a publicly available library.
    Variation of ExternalSort that stores the lines read from intermediate files as byte arrays to avoid the conversion from byte[] to String and then back.
    Source copied from a publicly available library.
    Utility class to store a list of string and perform sort on that.