Class Strings.Builder

    • Method Detail

      • get

        public Strings get()
        Gets a new Strings instance.
        Returns:
        a result
      • setIgnoreCase

        public Strings.Builder setIgnoreCase​(boolean ignoreCase)
        Sets the ignoreCase property for new Strings instances.
        Parameters:
        ignoreCase - the ignoreCase property for new Strings instances.
        Returns:
        this instance.
      • setNullIsLess

        public Strings.Builder setNullIsLess​(boolean nullIsLess)
        Sets the nullIsLess property for new Strings instances.
        Parameters:
        nullIsLess - the nullIsLess property for new Strings instances.
        Returns:
        this instance.