Class NothingBuilder
- java.lang.Object
-
- org.silverpeas.components.jdbcconnector.service.comparators.NothingBuilder
-
- All Implemented Interfaces:
FieldValueComparator
public class NothingBuilder extends Object implements FieldValueComparator
A builder that builds no comparing statement.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description NothingBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompare(Comparable value, Comparable referenceValue)Compares the value with the reference value.
-
-
-
Method Detail
-
compare
public boolean compare(Comparable value, Comparable referenceValue)
Description copied from interface:FieldValueComparatorCompares the value with the reference value. The two specified values must be comparable.- Specified by:
comparein interfaceFieldValueComparator- Parameters:
value- the value to compare.referenceValue- the reference value the value is compared to.- Returns:
- true if the comparing predicate between the two specified values is satisfied.
-
-