<?php

namespace Doctrine\Common\Collections;

/**
 * @template TKey of array-key
 * @template T
 * @implements Collection<TKey,T>
 * @implements Selectable<TKey,T>
 */
class ArrayCollection implements Collection, Selectable
{

}
