Interface IStreamSorter


  • public interface IStreamSorter
    • Method Detail

      • sortStream

        java.util.ArrayList sortStream​(java.util.ArrayList streamNameList)
        Sort the streams.
        Parameters:
        streamNameList - - the stream name list to be sorted. All of the entries are strings.
        Returns:
        the sorted stream name list. All of the entries are strings.