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.

  • Constructor Details

    • MarkPairCollection

      public MarkPairCollection()
      Creates a new MarkPairCollection.

      Initializes the collection with MarkPair as the underlying class type for the random collection.

  • Method Details