Class CharUtils


  • public class CharUtils
    extends java.lang.Object
    Author:
    Loc Ha
    • Constructor Summary

      Constructors 
      Constructor Description
      CharUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static char[] randomChars​(int len, char[][] sources, java.util.Random random)  
      static char[] toCharRanges​(java.lang.String charRanges)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CharUtils

        public CharUtils()
    • Method Detail

      • toCharRanges

        public static char[] toCharRanges​(java.lang.String charRanges)
      • randomChars

        public static char[] randomChars​(int len,
                                         char[][] sources,
                                         java.util.Random random)