Uses of Interface
io.github.cowwoc.requirements13.java.validator.ByteArrayValidator
Packages that use ByteArrayValidator
-
Uses of ByteArrayValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type ByteArrayValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceValidates the state of anbyte[].interfaceValidates the state of anbyte[].interfaceValidates the state of anbyte[].Methods in io.github.cowwoc.requirements13.java.validator that return ByteArrayValidatorModifier and TypeMethodDescriptionByteArrayValidator.contains(byte expected) Ensures that the array contains an element.Ensures that the array contains an element.ByteArrayValidator.doesNotContain(byte unwanted) Ensures that the array does not containunwanted.ByteArrayValidator.doesNotContain(byte unwanted, String name) Ensures that the array does not containunwanted.ByteArrayValidator.isSorted()Ensures that the array is sorted by its natural ordering.