The Pair class
(No version information available, might only be in Git)
簡介
A pair is used by Ds\Map to pair keys with values.
類摘要
class Ds\Pair
implements
JsonSerializable {
/* 方法 */
}目錄
- Ds\Pair::clear — Removes all values
- Ds\Pair::__construct — Creates a new instance
- Ds\Pair::copy — Returns a shallow copy of the pair
- Ds\Pair::isEmpty — Returns whether the pair is empty
- Ds\Pair::jsonSerialize — Returns a representation that can be converted to JSON
- Ds\Pair::toArray — Converts the pair to an array