Uses of Enum Class
org.soliscode.test.contract.CollectionMethods
Packages that use CollectionMethods
Package
Description
Contract classes that test methods against their specifications
-
Uses of CollectionMethods in org.soliscode.test.contract
Subclasses with type arguments of type CollectionMethods in org.soliscode.test.contractModifier and TypeClassDescriptionenum
Values used to identify collection class methods for use with theCollectionContract.supportsMethod(OptionalMethod)
method.Methods in org.soliscode.test.contract that return CollectionMethodsModifier and TypeMethodDescriptionstatic CollectionMethods
Returns the enum constant of this class with the specified name.static CollectionMethods[]
CollectionMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.