A B C D E F G I L M N O S T U V W X

A

allElementsOfType(Collection<?>, Class<?>) - Method in class net.protempore.utils.Validator
Verify that the collection reference is non-null and that each element, if any, of the collection is an instance of the given class, as defined by Class.isInstance(Object), using the given error message and message arguments in case of failure.
allElementsOfType(Collection<?>, Class<?>, String, Object...) - Method in class net.protempore.utils.Validator
Verify that the collection reference is non-null and that each element, if any, of the collection is an instance of the given class, as defined by Class.isInstance(Object).
allElementsOfType(Object[], Class<?>) - Method in class net.protempore.utils.Validator
Verify that the array reference is non-null and that each element, if any, of the array is an instance of the given class, as defined by Class.isInstance(Object), using the given error message and message arguments in case of failure.
allElementsOfType(Object[], Class<?>, String, Object...) - Method in class net.protempore.utils.Validator
Verify that the array reference is non-null and that each element, if any, of the array is an instance of the given class, as defined by Class.isInstance(Object).
allElementsOfType(Map<?, ?>, Class<?>, Class<?>) - Method in class net.protempore.utils.Validator
Verify that the map reference is non-null and that each key in an instance of keyClass and each value is an instance of valueClass, as defined by Class.isInstance(Object).
allElementsOfType(Map<?, ?>, Class<?>, Class<?>, String, Object...) - Method in class net.protempore.utils.Validator
Verify that the map reference is non-null and that each key in an instance of keyClass and each value is an instance of valueClass, as defined by Class.isInstance(Object), using the given error message and message arguments in case of failure.

A B C D E F G I L M N O S T U V W X