java.lang.Object
org.eclipse.tracecompass.incubator.scripting.core.utils.ListWrapper<T>
Type Parameters:
T - The type of object to go in the list

public class ListWrapper<T> extends Object
A wrapper around a list, to facilitate scripts creating, accessing and returning list types
Author:
Geneviève Bastien
  • Constructor Details

    • ListWrapper

      public ListWrapper()
      Constructor
  • Method Details

    • getList

      public List<T> getList()
      Get the list being wrapped. This object can be used directly, like a Java list.
      Returns:
      The list object, that can be used like a Java list.