Uses of Interface
io.github.cowwoc.requirements13.java.validator.PrimitiveShortArrayValidator
Packages that use PrimitiveShortArrayValidator
Package
Description
-
Uses of PrimitiveShortArrayValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return PrimitiveShortArrayValidatorModifier and TypeMethodDescriptionstatic PrimitiveShortArrayValidatorDefaultJavaValidators.checkIf(short[] value) Validates the state of a primitiveshortarray.static PrimitiveShortArrayValidatorValidates the state of a primitiveshortarray.JavaCheckIf.checkIf(short[] value) Validates the state of a primitiveshortarray.Validates the state of a primitiveshortarray.static PrimitiveShortArrayValidatorDefaultJavaValidators.requireThat(short[] value, String name) Validates the state of a primitiveshortarray.JavaRequireThat.requireThat(short[] value, String name) Validates the state of a primitiveshortarray.static PrimitiveShortArrayValidatorDefaultJavaValidators.that(short[] value) Validates the state of a primitiveshortarray.static PrimitiveShortArrayValidatorValidates the state of a primitiveshortarray.JavaAssertThat.that(short[] value) Validates the state of a primitiveshortarray.Validates the state of a primitiveshortarray. -
Uses of PrimitiveShortArrayValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type PrimitiveShortArrayValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of ashort[].interfaceValidates the state of ashort[].interfaceValidates the state of ashort[].Methods in io.github.cowwoc.requirements13.java.validator that return PrimitiveShortArrayValidatorModifier and TypeMethodDescriptionPrimitiveShortArrayValidator.contains(short expected) Ensures that the array contains an element.Ensures that the array contains an element.PrimitiveShortArrayValidator.doesNotContain(short unwanted) Ensures that the array does not containunwanted.PrimitiveShortArrayValidator.doesNotContain(short unwanted, String name) Ensures that the array does not containunwanted.PrimitiveShortArrayValidator.isSorted()Ensures that the array is sorted by its natural ordering.