Class MarkPairCollection

All Implemented Interfaces:
UpdatableMarks

public class MarkPairCollection extends RandomCollectionWithAddCriteria<MarkPair<Mark>>
A collection of MarkPairs with Marks as the underlying type.

This class extends RandomCollectionWithAddCriteria to provide a specialized collection for pairs of marks, allowing for random access and specific addition criteria.