Class AbstractInputParameterMap.InputParameterComparator

java.lang.Object
nl.tudelft.simulation.dsol.model.inputparameters.AbstractInputParameterMap.InputParameterComparator
All Implemented Interfaces:
Comparator<InputParameter<?,?>>
Enclosing class:
AbstractInputParameterMap<CT>

class AbstractInputParameterMap.InputParameterComparator extends Object implements Comparator<InputParameter<?,?>>
InputParameterComparator provides the comparator based on the displayPriority of the entries. In case they are the same, the entries are ordered by the String value of the key.

Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Author:
Alexander Verbraeck