Uses of Package
util
Packages that use util
Package
Description
-
Classes in util used by specialized_checkersClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.collectionClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.ioClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.lambdaClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.mathClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.math.numbers.bigTypesClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.math.numbers.decimalTypesClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.math.numbers.integerTypesClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.timeClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
Classes in util used by specialized_checkers.time.temporalClassDescriptionAbstract base class for implementing checkers that validate objects of type T.InterfaceChecker defines a contract for checker classes that validate values using predicates.
-
ClassDescriptionAbstract base class for implementing checkers that validate objects of type T.Main entry point for object validation and type checking.CheckerException is a custom unchecked exception used for validation and checking errors.ExceptionTracker tracks and manages exceptions thrown, not thrown, and not checked during validation or testing.InterfaceChecker defines a contract for checker classes that validate values using predicates.