|
array< string, $items=[];protected array< int, $keyMap=[];public __construct($source=null) { if($source !==null) { $this->addFromSource($source);} } public addFromSource(?array $source=null):void { if($source===null) { return;} foreach($source as $item) { $this-> | add ($item) |
| HashTable elements.
|
|
◆ add() [1/2]
array< string, $items=[];protected array< int, $keyMap=[];public __construct( $source=null) { if( $source !==null) { $this->addFromSource( $source);} } public addFromSource(?array $source=null):void { if( $source===null) { return;} foreach( $source as $item) { $this-> PhpOffice\PhpSpreadsheet\HashTable::add |
( |
| $item | ) |
|
|
protected |
◆ add() [2/2]
PhpOffice\PhpSpreadsheet\HashTable::add |
( |
IComparable | $source | ) |
|
Add HashTable item.
- Parameters
-
◆ count()
PhpOffice\PhpSpreadsheet\HashTable::count |
( |
| ) |
|
◆ getByHashCode()
PhpOffice\PhpSpreadsheet\HashTable::getByHashCode |
( |
string | $hashCode | ) |
|
Get by hashcode.
- Return values
-
◆ getByIndex()
PhpOffice\PhpSpreadsheet\HashTable::getByIndex |
( |
int | $index | ) |
|
Get by index.
- Return values
-
◆ getIndexForHashCode()
PhpOffice\PhpSpreadsheet\HashTable::getIndexForHashCode |
( |
string | $hashCode | ) |
|
Get index for hash code.
- Return values
-
◆ remove()
PhpOffice\PhpSpreadsheet\HashTable::remove |
( |
IComparable | $source | ) |
|
Remove HashTable item.
- Parameters
-
◆ toArray()
PhpOffice\PhpSpreadsheet\HashTable::toArray |
( |
| ) |
|
HashTable to array.
- Return values
-
The documentation for this class was generated from the following file:
- lib/phpspreadsheet/phpspreadsheet/src/PhpSpreadsheet/HashTable.php