Class BuddyPluginViewInstance.PBFilterComparator

  • All Implemented Interfaces:
    java.util.Comparator<PartialBuddy>
    Enclosing class:
    BuddyPluginViewInstance

    protected class BuddyPluginViewInstance.PBFilterComparator
    extends java.lang.Object
    implements java.util.Comparator<PartialBuddy>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean ascending  
      (package private) int field  
      (package private) static int FIELD_DOWNLOADS  
      (package private) static int FIELD_PEER  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PBFilterComparator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(PartialBuddy b1, PartialBuddy b2)  
      void setField​(int newField)  
      • 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

      • PBFilterComparator

        protected PBFilterComparator()
    • Method Detail

      • setField

        public void setField​(int newField)