Class WindowObject<T>

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

public class WindowObject<T> extends Object
  • Constructor Details

    • WindowObject

      public WindowObject(List<T> items, int pivotIndex)
  • Method Details

    • getItems

      public List<T> getItems()
    • getPivotIndex

      public int getPivotIndex()