Class StringSort

java.lang.Object
org.apache.jackrabbit.oak.commons.sort.StringSort
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<String>

public class StringSort extends Object implements Iterable<String>, Closeable
Utility class to store a list of string and perform sort on that. For small size the list would be maintained in memory. If the size crosses the required threshold then the sorting would be performed externally