Class SpecializationComparator

java.lang.Object
org.microbean.assign.SpecializationComparator
All Implemented Interfaces:
Comparator<TypeMirror>

public final class SpecializationComparator extends Object implements Comparator<TypeMirror>
A Comparator of TypeMirrors that establishes a partial order on its arguments, enforcing only that more specialized types precede less specialized ones. Instances of this class are (deliberately) not consistent with equals.
Author:
Laird Nelson
See Also: