Class WindowBuffer<T>

java.lang.Object
net.thevpc.nsh.cmd.impl.util.WindowBuffer<T>

public class WindowBuffer<T> extends Object
Author:
vpc
  • Constructor Details

    • WindowBuffer

      public WindowBuffer(int size)
  • Method Details

    • append

      public T append(T line)
    • getLast

      public List<T> getLast(int i)
    • getPrevious

      public T getPrevious(int i)