Class FillSetCollection
java.lang.Object
ru.objectsfill.types.collection_type.FillSetCollection
- All Implemented Interfaces:
CollectionTypeFill
class FillSetCollection
-
Constructor Details
-
FillSetCollection
public FillSetCollection()
-
-
Method Details
-
generate
Generates a set collection based on the provided field and fill parameters. The generated collection will be in the form of a `Set` object.- Specified by:
generatein interfaceCollectionTypeFill- Parameters:
field- the field for which the set collection is generatedfill- the `Fill` object containing the generation parameters- Returns:
- the generated set collection
-