Class CompositeInternal.OrdinalComparator

java.lang.Object
ghidra.program.model.data.CompositeInternal.OrdinalComparator
All Implemented Interfaces:
Comparator<Object>
Enclosing interface:
CompositeInternal

public static class CompositeInternal.OrdinalComparator extends Object implements Comparator<Object>
OrdinalComparator provides ability to compare an Integer ordinal with a DataTypeComponent object. The ordinal will be consider equal (0) if the component corresponds to the specified ordinal.