|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bin | |
---|---|
com.jivesoftware.base.stats | Core reporting engine classes and interfaces. |
com.jivesoftware.base.stats.bin | Implementations of the stats Bin interface. |
Uses of Bin in com.jivesoftware.base.stats |
---|
Methods in com.jivesoftware.base.stats that return Bin | |
---|---|
Bin |
BinSequence.getBin(Element element)
Map an Element to a Bin. |
Bin[] |
Histogram.getBins()
|
Bin[] |
BinSequence.getBins(Element minElement,
Element maxElement)
Get a sequence of Bins. |
Bin[] |
BinSequence.getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
Get a sequence of Bins. |
Bin[] |
Histogram.getLargestNBins(int n)
|
Bin |
Histogram.getMaxCountBin()
Get the bin with the largest count. |
Bin |
Histogram.getMedianBin()
Get the bin containing the median element. |
Bin |
BinSequence.getNext(Bin bin)
Get the next Bin in the sequence. |
Bin[] |
Histogram.getSmallestNBins(int n)
|
Methods in com.jivesoftware.base.stats with parameters of type Bin | |
---|---|
abstract boolean |
Bin.contains(Bin bin)
Returns true if this Bin contains the given Bin. |
java.lang.String |
BinFormat.format(Bin bin)
|
long |
Histogram.getCount(Bin bin)
Get the count of elements contained in the specified Bin. |
Bin |
BinSequence.getNext(Bin bin)
Get the next Bin in the sequence. |
void |
Histogram.setCount(Bin bin,
long count)
|
long[] |
Histogram.toArray(Bin[] bins)
|
Uses of Bin in com.jivesoftware.base.stats.bin |
---|
Subclasses of Bin in com.jivesoftware.base.stats.bin | |
---|---|
class |
ClosedInterval
Creates an Interval that contains both of its endpoints. |
class |
HalfOpenInterval
Creates an Interval that contains its left endpoint but not its right. |
class |
Interval
Interval is a Bin that represents an open, closed, or half-open interval. |
class |
SingleElementBin
SingleElementBin is a Bin that contains a single element. |
Methods in com.jivesoftware.base.stats.bin that return Bin | |
---|---|
Bin |
CyclicSequence.getBin(Element element)
Get the Bin for the specified Element. |
Bin |
DefaultBinSequence.getBin(Element element)
Produce a SingleElementBin from the given element. |
Bin |
RegularSequence.getBin(Element element)
Get the Bin for the specified Element. |
Bin |
SigFigSequence.getBin(Element element)
Take an element, strip out all but sigFig significant figures, and build a new bin. |
Bin |
TimeSigFigSequence.getBin(Element element)
Take an element, convert to the relevant time units, strip out all but sigFig significant figures, and build a new bin. |
Bin |
VariableStepSequence.getBin(Element element)
Map an Element to a Bin. |
Bin[] |
CyclicSequence.getBins(Element minElement,
Element maxElement)
Get a sequence of bins starting at minElement and ending with maxElement. |
Bin[] |
DefaultBinSequence.getBins(Element minElement,
Element maxElement)
getBins() does just returns null because we don't know anything about the structure of the Bins we generate with getBin() |
Bin[] |
RegularSequence.getBins(Element minElement,
Element maxElement)
|
Bin[] |
SigFigSequence.getBins(Element minElement,
Element maxElement)
Return a sequence of bins starting with the bin containing minElement and ending with the bin containing maxElement. |
Bin[] |
TimeSigFigSequence.getBins(Element minElement,
Element maxElement)
Return a sequence of bins. |
Bin[] |
VariableStepSequence.getBins(Element minElement,
Element maxElement)
Get a sequence of Bins. |
Bin[] |
CyclicSequence.getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
Get a sequence of bins starting at minElement and ending with maxElement. |
Bin[] |
DefaultBinSequence.getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
getBins() does just returns null because we don't know anything about the structure of the Bins we generate with getBin() |
Bin[] |
RegularSequence.getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
Get a sequence of bins starting at minElement and ending with maxElement. |
Bin[] |
SigFigSequence.getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
Return a sequence of bins. |
Bin[] |
TimeSigFigSequence.getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
Get a sequence of Bins. |
Bin[] |
VariableStepSequence.getBins(Element minElement,
Element maxElement,
boolean containsMin,
boolean containsMax)
Get a sequence of Bins. |
Bin |
CyclicSequence.getNext(Bin bin)
Get the next bin in the sequence following the specified bin |
Bin |
DefaultBinSequence.getNext(Bin bin)
getNext() does just returns null because we don't know anything about the structure of the Bins we generate with getBin() |
Bin |
RegularSequence.getNext(Bin bin)
Get the next bin in the sequence following the specified bin |
Bin |
SigFigSequence.getNext(Bin bin)
Given a Bin, return the next Bin in the sequence |
Bin |
TimeSigFigSequence.getNext(Bin bin)
Given a Bin, return the next Bin in the sequence |
Bin |
VariableStepSequence.getNext(Bin bin)
Get the next Bin in the sequence. |
Methods in com.jivesoftware.base.stats.bin with parameters of type Bin | |
---|---|
boolean |
Interval.contains(Bin b)
Determine whether the Interval contains the given Bin. |
boolean |
SingleElementBin.contains(Bin b)
See if this bin contains the given bin. |
Bin |
CyclicSequence.getNext(Bin bin)
Get the next bin in the sequence following the specified bin |
Bin |
DefaultBinSequence.getNext(Bin bin)
getNext() does just returns null because we don't know anything about the structure of the Bins we generate with getBin() |
Bin |
RegularSequence.getNext(Bin bin)
Get the next bin in the sequence following the specified bin |
Bin |
SigFigSequence.getNext(Bin bin)
Given a Bin, return the next Bin in the sequence |
Bin |
TimeSigFigSequence.getNext(Bin bin)
Given a Bin, return the next Bin in the sequence |
Bin |
VariableStepSequence.getNext(Bin bin)
Get the next Bin in the sequence. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |