Flow PHP

HashTable

FinalYes

Methods

__construct()  : mixed
add()  : void
candidatesFor()  : array<int, Row>
count()  : int
matched()  : void
unmatchedRows()  : Generator<string|int, Row>

Methods

__construct()

public __construct([bool $trackUnmatched = false ]) : mixed
Parameters
$trackUnmatched : bool = false

add()

public add(string $hash, Row $row) : void
Parameters
$hash : string
$row : Row

candidatesFor()

public candidatesFor(string $hash) : array<int, Row>
Parameters
$hash : string
Return values
array<int, Row>

count()

public count() : int
Return values
int

matched()

public matched(int $index) : void
Parameters
$index : int

unmatchedRows()

public unmatchedRows() : Generator<string|int, Row>
Return values
Generator<string|int, Row>
On this page

Search results