Class TextUtils


  • public class TextUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEmpty​(java.lang.String str)  
      static java.lang.String requireNonEmpty​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

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

      • TextUtils

        public TextUtils()
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(java.lang.String str)
      • requireNonEmpty

        public static java.lang.String requireNonEmpty​(java.lang.String str)