namespace Doctrine\Common\Collections

Classsort descending Location Description
ArrayCollection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php An ArrayCollection is a Collection implementation that wraps a regular PHP array.
Collection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php The missing (SPL) Collection/Array/OrderedMap interface.
Criteria drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Criteria.php Criteria for filtering Selectable collections.
ExpressionBuilder drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ExpressionBuilder.php Builder for Expressions in the {@link Selectable} interface.
Selectable drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php Interface for collections that allow efficient filtering with an expression API.