Package org.wikidata.wdtk.examples
Class GenderRatioProcessor.SiteRecordComparator
java.lang.Object
org.wikidata.wdtk.examples.GenderRatioProcessor.SiteRecordComparator
- All Implemented Interfaces:
Comparator<GenderRatioProcessor.SiteRecord>
- Enclosing class:
- GenderRatioProcessor
public static class GenderRatioProcessor.SiteRecordComparator
extends Object
implements Comparator<GenderRatioProcessor.SiteRecord>
Class to order site records human page count.
- Author:
- Markus Kroetzsch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
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 Details
-
SiteRecordComparator
public SiteRecordComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<GenderRatioProcessor.SiteRecord>
-