Class AbstractBrowseNode.InfoComparator

  • All Implemented Interfaces:
    java.util.Comparator<InfoNode>
    Enclosing class:
    AbstractBrowseNode

    public static class AbstractBrowseNode.InfoComparator
    extends java.lang.Object
    implements java.util.Comparator<InfoNode>
    • Constructor Summary

      Constructors 
      Constructor Description
      InfoComparator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(InfoNode n1, InfoNode n2)  
      • Methods inherited from class java.lang.Object

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

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

      • InfoComparator

        public InfoComparator()
    • Method Detail

      • compare

        public int compare​(InfoNode n1,
                           InfoNode n2)
        Specified by:
        compare in interface java.util.Comparator<InfoNode>