Class CompareByValue

java.lang.Object
org.snpeff.geneOntology.CompareByValue
All Implemented Interfaces:
Comparator

public class CompareByValue extends Object implements Comparator
Compare two elements in a Map (e.g. HashMap) accessing them by keys. Useful to sort by values elements in a Map Note: Decreasing order
Author:
pcingola
  • Constructor Details

    • CompareByValue

      public CompareByValue(Map map)
  • Method Details