Uses of Interface
io.github.cowwoc.requirements13.java.validator.PrimitiveIntegerArrayValidator
Packages that use PrimitiveIntegerArrayValidator
Package
Description
-
Uses of PrimitiveIntegerArrayValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return PrimitiveIntegerArrayValidatorModifier and TypeMethodDescriptionDefaultJavaValidators.checkIf(int[] value) Validates the state of a primitiveintarray.Validates the state of a primitiveintarray.JavaCheckIf.checkIf(int[] value) Validates the state of a primitiveintarray.Validates the state of a primitiveintarray.DefaultJavaValidators.requireThat(int[] value, String name) Validates the state of a primitiveintarray.JavaRequireThat.requireThat(int[] value, String name) Validates the state of a primitiveintarray.DefaultJavaValidators.that(int[] value) Validates the state of a primitiveintarray.Validates the state of a primitiveintarray.JavaAssertThat.that(int[] value) Validates the state of a primitiveintarray.Validates the state of a primitiveintarray. -
Uses of PrimitiveIntegerArrayValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type PrimitiveIntegerArrayValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of aint[].interfaceValidates the state of aint[].interfaceValidates the state of aint[].Methods in io.github.cowwoc.requirements13.java.validator that return PrimitiveIntegerArrayValidatorModifier and TypeMethodDescriptionPrimitiveIntegerArrayValidator.contains(int expected) Ensures that the array contains an element.Ensures that the array contains an element.PrimitiveIntegerArrayValidator.doesNotContain(int unwanted) Ensures that the array does not containunwanted.PrimitiveIntegerArrayValidator.doesNotContain(int unwanted, String name) Ensures that the array does not containunwanted.PrimitiveIntegerArrayValidator.isSorted()Ensures that the array is sorted by its natural ordering.