Interface ReferenceFieldComparator<ENTITY,V extends Comparable<? super V>>

Type Parameters:
ENTITY - the entity type
V - the value type
All Superinterfaces:
Comparator<ENTITY>, FieldComparator<ENTITY>

public interface ReferenceFieldComparator<ENTITY,V extends Comparable<? super V>> extends FieldComparator<ENTITY>
A FieldComparator that compares values of a ComparableField.
Since:
3.1.4
Author:
Per Minborg