Interface Utils.ITrimResult

  • Enclosing class:
    Utils

    public static interface Utils.ITrimResult
    The result of a trim operation.
    • Method Detail

      • value

        String value()
        The value to use, might be truncated.
        Returns:
        the value
      • truncated

        boolean truncated()
        Has the value been truncated.
        Returns:
        true if the value was truncated