Uses of Class
com.xceptance.xlt.api.util.SimpleArrayList
-
Packages that use SimpleArrayList Package Description com.xceptance.xlt.api.engine Provides core classes as well as classes to represent the different data measured during a test. -
-
Uses of SimpleArrayList in com.xceptance.xlt.api.engine
Methods in com.xceptance.xlt.api.engine with parameters of type SimpleArrayList Modifier and Type Method Description voidAbstractData. baseValuesFromCSV(SimpleArrayList<XltCharBuffer> result, XltCharBuffer s)Recreates a partial state of this object by reading the data from a buffer s and parsing it as comma-delimited line.voidData. baseValuesFromCSV(SimpleArrayList<XltCharBuffer> result, XltCharBuffer src)Recreates a partial state of this object by reading the data from a buffer s and parsing it as comma-delimited line.voidAbstractData. parseValues(SimpleArrayList<XltCharBuffer> result)Mainly for testing, we can recreate the state from a list at oncevoidAbstractData. remainingValuesFromCSV(SimpleArrayList<XltCharBuffer> result)Recreates the full state of the object by parsing the remaining data of the passed list.voidData. remainingValuesFromCSV(SimpleArrayList<XltCharBuffer> result)Recreates the full state of the object by parsing the remaining data of the passed list.
-