Class ArrayOut

java.lang.Object
com.googlecode.d2j.util.ArrayOut
All Implemented Interfaces:
Out

public class ArrayOut extends Object implements Out
  • Field Details

  • Constructor Details

    • ArrayOut

      public ArrayOut()
  • Method Details

    • push

      public void push()
      Specified by:
      push in interface Out
    • s

      public void s(String s)
      Specified by:
      s in interface Out
    • s

      public void s(String format, Object... arg)
      Specified by:
      s in interface Out
    • pop

      public void pop()
      Specified by:
      pop in interface Out