Class FqnComparator

    • Constructor Detail

      • FqnComparator

        public FqnComparator()
    • Method Detail

      • compare

        public int compare​(Fqn fqn1,
                           Fqn fqn2)
        Returns -1 if the first comes before; 0 if they are the same; 1 if the second Fqn comes before. null always comes first.
        Specified by:
        compare in interface Comparator<Fqn>