public function putAll(MapInterface $map) { parent::putAll($map); $this->sort(); return true; }
public function __construct(TypeValidatorInterface $keyType, TypeValidatorInterface $valueType) { parent::__construct($keyType, $valueType); }