public interface Comparable4<T>
| Modifier and Type | Method and Description |
|---|---|
PreparedComparison |
prepareComparison(Context context,
T obj)
creates a prepared comparison to compare multiple objects
against one single object.
|
PreparedComparison prepareComparison(Context context, T obj)
context - the context of the comparisonobj - the object that is to be compared
against multiple other objects