Class CollectionContentComparator

  • All Implemented Interfaces:
    Comparator<String>

    public class CollectionContentComparator
    extends Object
    implements Comparator<String>
    This comparator allows you to sort a list to be compliant with the natural ordering of content returned by the storage. This may help you to create merged / manual created arrays for collections respecting the order as the storage does.
    Author:
    https://github.com/ljucam [Mario Aerni]
    • Constructor Detail

      • CollectionContentComparator

        public CollectionContentComparator()