Class 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