Changed Classes and Interfaces |
CharMatcher
|
Determines a true or false value for any Java {@code char} value, just as Predicate does
for any Object. |
FinalizableReference
|
Implemented by references that have code to run after garbage collection of their referents. |
Function
|
Determines an output value based on an input value. |
Predicate
|
Determines a true or false value for a given input. |
Supplier
|
A class that can supply objects of a single type. |
Throwables
|
Static utility methods pertaining to instances of Throwable. |
VerifyException
|
Exception thrown upon the failure of a
verification
check, including those performed by the convenience methods of the Verify class. |