Package ru.objectsfill.types.box_type
Class LongFill
java.lang.Object
ru.objectsfill.types.box_type.LongFill
- All Implemented Interfaces:
BoxTypeFill,BoxCollectionFillExtension
class LongFill
-
Field Summary
Fields inherited from interface ru.objectsfill.types.box_type.BoxTypeFill
createStreamWithVal -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongFill
public LongFill()
-
-
Method Details
-
generate
Generates a random long value within the specified range.- Specified by:
generatein interfaceBoxTypeFill- Parameters:
fill- the `Fill` object containing the generation parameters- Returns:
- the generated long value
-
fillStream
Creates a stream of long values based on the provided `Fill` object.- Specified by:
fillStreamin interfaceBoxCollectionFillExtension- Parameters:
fill- the `Fill` object containing the generation parameters- Returns:
- a stream of long values
-