- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
@Override protected int compareSameClass(AclLineMatchExpr o) { return _operand.compareTo(((NotMatchExpr) o)._operand); }
@Test public void testCompareToForDifferentVals() { for (int i = 0; i + 1 < EXPRS.length; i++) { for (int j = i + 1; j < EXPRS.length; j++) { assertThat(EXPRS[i].compareTo(EXPRS[j]), lessThan(0)); } } }