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