HashTable
FinalYes
Methods
- __construct() : mixed
 - add() : void
 - bucketFor() : Bucket|null
 - unmatchedRows() : Rows
 
Methods
__construct()
    public
                    __construct(Algorithm $hashAlgorithm) : mixed
    Parameters
- $hashAlgorithm : Algorithm
 
add()
    public
                    add(Row $row, References $hashBy) : void
    Parameters
- $row : Row
 - $hashBy : References
 
bucketFor()
    public
                    bucketFor(Row $row, References $hashBy) : Bucket|null
    Parameters
- $row : Row
 - $hashBy : References
 
Return values
Bucket|nullunmatchedRows()
    public
                    unmatchedRows() : Rows