public static class ComparatorSortTestCase.SmallerThanThreePredicate extends Predicate<ComparatorSortTestCase.Item>
PREDICATEMETHOD_NAME| Constructor and Description |
|---|
ComparatorSortTestCase.SmallerThanThreePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(ComparatorSortTestCase.Item candidate) |
appliesTo, extentType, getFilterMethodpublic ComparatorSortTestCase.SmallerThanThreePredicate()
public boolean match(ComparatorSortTestCase.Item candidate)
match in class Predicate<ComparatorSortTestCase.Item>