Uses of Interface
com.github.cowwoc.requirements10.java.validator.component.CollectionComponent
Packages that use CollectionComponent
-
Uses of CollectionComponent in com.github.cowwoc.requirements10.java.validator
Subinterfaces of CollectionComponent in com.github.cowwoc.requirements10.java.validatorModifier and TypeInterfaceDescriptioninterface
CollectionValidator<T extends Collection<E>,
E> Validates the state of aCollection
.interface
ListValidator<T extends List<E>,
E> Validates the state of aList
.