What to compare to

Property definitions

core $ Comparator :: COMPARED
	# What to compare to
	type COMPARED: nullable Object
lib/core/collection/sorter.nit:24,2--25,31

core $ MapComparator :: COMPARED
	# What is compared are the keys of the values
	redef type COMPARED: K
lib/core/collection/sorter.nit:325,2--326,23

core $ DefaultComparator :: COMPARED
	redef type COMPARED: Comparable
lib/core/collection/sorter.nit:341,2--32

core $ DefaultReverseComparator :: COMPARED
	redef type COMPARED: Comparable
lib/core/collection/sorter.nit:353,2--32

core $ CachedAlphaComparator :: COMPARED
	redef type COMPARED: Object
lib/core/text/abstract_text.nit:2480,2--28

ai $ NodeComparator :: COMPARED
	redef type COMPARED: SearchNode[S, A]
lib/ai/search.nit:610,2--38

counter $ CounterComparator :: COMPARED
	redef type COMPARED: E
lib/counter/counter.nit:343,2--23

event_queue $ EventComparator :: COMPARED
	redef type COMPARED: EventInfo[nullable Object]
lib/event_queue/event_queue.nit:381,2--48

functional $ ComparatorWith :: COMPARED
        redef type COMPARED: E
lib/functional/iter_extras.nit:396,9--30

geometry $ PointXCompare :: COMPARED
	redef type COMPARED: Point[Float]
lib/geometry/polygon.nit:294,2--34

geometry $ PolygonSorter :: COMPARED
	redef type COMPARED: Point[Float]
lib/geometry/polygon.nit:312,2--34

vsm $ IndexMatchSorter :: COMPARED
	redef type COMPARED: IndexMatch[Document]
lib/vsm/vsm.nit:395,2--42

poset $ POSet :: COMPARED
	redef type COMPARED: E is fixed
lib/poset/poset.nit:82,2--32