|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Predicate<T> equalTo(T extends Object ) |
Change in signature from T to (T extends Object ). |
Returns a predicate that evaluates to {@code true} if the object being tested {@code equals()} the given target or both are null. |
Predicate<T> instanceOf(Class<?> ) |
Change in return type from Predicate<Object> to Predicate<T> . |
Returns a predicate that evaluates to {@code true} if the object being tested is an instance of the given class. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |