Class TextUtil.DefaultToLowerTransformer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Locale lc  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String transform​(java.lang.String in)  
      • Methods inherited from class java.lang.Object

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

      • lc

        private final java.util.Locale lc
    • Constructor Detail

      • DefaultToLowerTransformer

        public DefaultToLowerTransformer​(java.util.Locale lc)
    • Method Detail