public class OneTimeAddressGenerator extends java.lang.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) |
Modifier and Type | Method and Description |
---|---|
Address |
generateAddress() |
public Address generateAddress()
generateAddress
in interface AddressGenerator
Copyright © 1998-2020 Red Hat. All Rights Reserved.