Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.base.stats.BinSequence

Packages that use BinSequence
com.jivesoftware.base.stats Core reporting engine classes and interfaces. 
com.jivesoftware.base.stats.bin Implementations of the stats Bin interface. 
 

Uses of BinSequence in com.jivesoftware.base.stats
 

Methods in com.jivesoftware.base.stats that return BinSequence
 BinSequence Histogram.getBinSequence()
          Get the histogram's BinSequence
 

Methods in com.jivesoftware.base.stats with parameters of type BinSequence
 Histogram Histogram.getCountHistogram(BinSequence binSequence, LongElement minElement, LongElement maxElement)
          Get a Histogram of the counts for the current histogram.
 Histogram Histogram.getHistogram(BinSequence binSequence, Element minElement, Element maxElement)
          Get a new Histogram with the given set of bins.
 

Constructors in com.jivesoftware.base.stats with parameters of type BinSequence
Histogram(BinSequence binSequence)
          Create a histogram that uses the specified binSequence.getBin() method to put incoming elements into bins as they are added.
Histogram(BinSequence binSequence, Element minElement, Element maxElement)
          Create a histogram that uses the specified binSequence.getBin() method to put incoming elements into bins as they are added.
 

Uses of BinSequence in com.jivesoftware.base.stats.bin
 

Classes in com.jivesoftware.base.stats.bin that implement BinSequence
 class CyclicSequence
           
 class DateSequence
          DateSequence is a version of RegularSequence that has been specialized for creating regular sequences of Dates.
 class DefaultBinSequence
          DefaultBinSequence provides a getBin() function that wraps all incoming Elements in a SingleElementBin.
 class RegularSequence
          Generates a regularly spaced sequence of Bins.
 class SigFigSequence
          Generate bins by truncating all but a specified # of significant figures from an element.
 class TimeSigFigSequence
          TimeSigFigSequence is similar to SigFigSequence, but is specialized for producing sequences of times.
 class VariableStepSequence
          A sequence of bins in which step size remains constant over fixed intervals.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.