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