Class StringHelper


  • public final class StringHelper
    extends Object
    Inspired from org.hibernate.util.StringHelper, but removing most methods as they are not needed for Hibernate Search.
    Author:
    Emmanuel Bernard, Sanne Grinovero
    • Method Detail

      • isNotEmpty

        public static boolean isNotEmpty​(String string)
      • isEmpty

        public static boolean isEmpty​(String string)