Package ru.objectsfill.types.collection_type
package ru.objectsfill.types.collection_type
-
ClassDescriptionInterface for generating a value of the corresponding collection type.Generates a
Listby collecting elements from a stream produced byCollectionTypeFill.fillCollectionStream(java.lang.reflect.Field, ru.objectsfill.object_param.Fill).Generates a rawStreamof elements without collecting into a concrete collection.Generates aSetby collecting elements from a stream produced byCollectionTypeFill.fillCollectionStream(java.lang.reflect.Field, ru.objectsfill.object_param.Fill).Generates aHashMapwith randomly generated key-value pairs.