Class VariableParameterValueComparator

  • All Implemented Interfaces:
    Comparator<VariableParameterValue>

    public class VariableParameterValueComparator
    extends Object
    implements Comparator<VariableParameterValue>
    Simple Comparator for VariableParameterValue It will first compare the value (case insensitive) and then the order. It ignores the variableParameter
    Since:
    22/05/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)