Class ListOfStringsComparator

java.lang.Object
org.graylog.plugins.views.search.util.ListOfStringsComparator
All Implemented Interfaces:
Comparator<List<String>>

public class ListOfStringsComparator extends Object implements Comparator<List<String>>
Comparator of lists of strings, with following features: - shorter lists always come before longer lists, - if lists have the same sizes, the first non-equal element decides which list goes first, - comparison of elements is case-insensitive.