Class Tuple.CountAndAppendTuple

All Implemented Interfaces:
Serializable
Enclosing class:
Tuple

public static final class Tuple.CountAndAppendTuple extends Tuple.CountTuple
Tuple for print/printf redirection with an append flag.
See Also:
  • Method Details

    • isAppend

      public boolean isAppend()
      Indicates whether redirected output should append.
      Returns:
      true for append mode
    • toString

      public String toString()
      Overrides:
      toString in class Tuple.CountTuple