Class OneTimeAddressGenerator

  • All Implemented Interfaces:
    AddressGenerator

    public class OneTimeAddressGenerator
    extends java.lang.Object
    implements AddressGenerator
    Implementation of AddressGenerator which is configured with an initial value, and after that random values are generated.
    Since:
    3.5
    Author:
    Bela Ban
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean first  
      protected long initial_val  
    • Field Detail

      • initial_val

        protected final long initial_val
      • first

        protected boolean first
    • Constructor Detail

      • OneTimeAddressGenerator

        public OneTimeAddressGenerator​(long initial_val)