@Version("1.3.0")
Package org.apache.jackrabbit.oak.commons.sort
-
Class Summary Class Description EscapeUtils Utility class to escape '\n', '\r', '\' char while being written to file and unescape then upon getting read from file.ExternalSort Source copied from a publicly available library.ExternalSortByteArray 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.StringSizeEstimator Source copied from a publicly available library.StringSort Utility class to store a list of string and perform sort on that.