public class WindowBuffer<T> extends Object
WindowBuffer(int size)
T
append(T line)
List<T>
getLast(int i)
getPrevious(int i)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WindowBuffer(int size)
public T append(T line)
public List<T> getLast(int i)
public T getPrevious(int i)
Copyright © 2026 vpc open source initiative. All rights reserved.