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 TypeInterfaceDescriptioninterfaceCollectionValidator<T extends Collection<E>,E> Validates the state of aCollection.interfaceListValidator<T extends List<E>,E> Validates the state of aList.