public class OneTimeAddressGenerator extends Object implements AddressGenerator
AddressGenerator
which is configured with an initial value, and
after that random values are generated.Modifier and Type | Field and Description |
---|---|
protected boolean |
first |
protected long |
initial_val |
Constructor and Description |
---|
OneTimeAddressGenerator(long initial_val) |
public Address generateAddress()
generateAddress
in interface AddressGenerator
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.