The Pair class

(No version information available, might only be in Git)

Giriş

A pair is used by Ds\Map to pair keys with values.

Sınıf Sözdizimi

Ds\Pair implements JsonSerializable {
/* Yöntemler */
public __construct ( mixed $key = ? , mixed $value = ? )
public clear ( ) : void
public copy ( ) : Ds\Pair
public isEmpty ( ) : bool
public toArray ( ) : array
}

İçindekiler