Ejemplo n.º 1
0
 private boolean isLessThan(Object actual, Object other) {
   return comparisonStrategy.isLessThan(actual, other);
 }