Uses of Class
org.ow2.clif.analyze.statistics.util.data.ListOfLong

Packages that use ListOfLong
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
 ListOfLong StatOnLongs.getData()
          gets data as a list of long
 

Methods in org.ow2.clif.analyze.statistics.util.data with parameters of type ListOfLong
 void StatOnLongs.addAll(ListOfLong lol)
          adds a ListOfLong in the current one managed by this LongStatistics
 void ListOfLong.addAll(ListOfLong listOfLong)
          adds all element
 

Constructors in org.ow2.clif.analyze.statistics.util.data with parameters of type ListOfLong
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.