Class NullRandomizer

  • All Implemented Interfaces:
    Randomizer<java.lang.Void>

    public class NullRandomizer
    extends java.lang.Object
    implements Randomizer<java.lang.Void>
    A Randomizer that generates null values.
    Author:
    Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      NullRandomizer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void getRandomValue()
      Generate a random value for the given type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullRandomizer

        public NullRandomizer()
    • Method Detail

      • getRandomValue

        public java.lang.Void getRandomValue()
        Description copied from interface: Randomizer
        Generate a random value for the given type.
        Specified by:
        getRandomValue in interface Randomizer<java.lang.Void>
        Returns:
        a random value for the given type