class Bucket implements Countable

Bucket histogram.

Methods

__construct(Range $range, int $count = 0)

No description

$this
add(int $value)

No description

int
count()

No description

Details

at line 33
__construct(Range $range, int $count = 0)

Parameters

Range $range
int $count

at line 44
$this add(int $value)

Parameters

int $value

Return Value

$this

at line 56
int count()

Return Value

int the number of elements in the bucket