Class MarkFactoryListComparator

  • All Implemented Interfaces:
    Comparator<MarkFactory>

    public class MarkFactoryListComparator
    extends Object
    implements Comparator<MarkFactory>
    Mark factory comparator based on a simple class name identifiers list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(MarkFactory mf1, MarkFactory mf2)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • MarkFactoryListComparator

        public MarkFactoryListComparator​(List<String> markFactoryList)