Uses of Class
overit.geocall.basic.anonymizer.Anonymizer.DoubleAnonymizer
Packages that use Anonymizer.DoubleAnonymizer
-
Uses of Anonymizer.DoubleAnonymizer in overit.geocall.basic.anonymizer
Methods in overit.geocall.basic.anonymizer that return Anonymizer.DoubleAnonymizerModifier and TypeMethodDescriptionAnonymizer.DoubleAnonymizer.anonymize()Set a random double (betweenDouble.MIN_VALUEandDouble.MAX_VALUE) as value of the field assigned to this instance.Anonymizer.DoubleAnonymizer.anonymize(double offset) Generate a random double number within the neighbourhood of the current field's value and set it as value of the field assigned to this instance.Anonymizer.DoubleAnonymizer.anonymize(double from, double to) Generate a random double number between a given range and set it as value of the field assigned to this instance.protected Anonymizer.DoubleAnonymizerUse this method to get the reference of theanonymizerthat contains the methods you can use to obfuscate the double value of the field indicated as parameter.