Uses of Class
org.ow2.clif.analyze.statistics.util.data.ListOfLong
-
Packages that use ListOfLong Package Description org.ow2.clif.analyze.statistics.util.data -
-
Uses of ListOfLong in org.ow2.clif.analyze.statistics.util.data
Methods in org.ow2.clif.analyze.statistics.util.data that return ListOfLong Modifier and Type Method Description ListOfLongStatOnLongs. getData()gets data as a list of longListOfLongStatOnLongs. getSortedData()Methods in org.ow2.clif.analyze.statistics.util.data with parameters of type ListOfLong Modifier and Type Method Description voidListOfLong. addAll(ListOfLong listOfLong)adds all elementvoidStatOnLongs. addAll(ListOfLong lol)adds a ListOfLong in the current one managed by this LongStatisticsdoubleStatOnLongs. getNumberOfValues(ListOfLong data, int timeStartCurrent, int timeEndCurrent)Get the number of values in intervalConstructors in org.ow2.clif.analyze.statistics.util.data with parameters of type ListOfLong Constructor Description ListOfLong(ListOfLong listOfLong)Constructs a list of long containing the elements of the specified collection, in the order they are returned by the collection's iterator.LongStatistics(ListOfLong lol)longStat constructor based on existing ListOfLong.SliceSummary(long minTime, long maxTime, ListOfLong data)StatOnLongs(ListOfLong listOfLong)longStat constructor based on existing ListOfLong.
-