Uses of Class
things.data.FlaggedString

Packages that use FlaggedString
things.common.tools   
 

Uses of FlaggedString in things.common.tools
 

Methods in things.common.tools that return FlaggedString
 FlaggedString TokenFactory.randomToken822(int spacePercentage, int specialPecentage, int quotablePercentage)
          Get a random, flagged token appropriate for rfc822 fields (such as mail addresses) of specfied size.
 FlaggedString TokenFactory.randomToken822(int size, int spacePercentage, int specialPercentage, int quotablePercentage)
          Get a random, flagged token appropriate for rfc822 fields (such as mail addresses) of specfied size.
 



Things.