Class MarkPairCollection
- All Implemented Interfaces:
UpdatableMarks
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 Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.mpp.feature.addcriteria.RandomCollectionWithAddCriteria
add, containsMark, createPairsUnique, deepCopy, exchange, getAddCriteria, getMarks, getPairsFor, getPairTypeClass, initUpdatableMarks, isMarksSpan, remove, sampleRandomPairNonUniform, setAddCriteria, setPairTypeClass, shallowCopyMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
MarkPairCollection
public MarkPairCollection()Creates a newMarkPairCollection.Initializes the collection with
MarkPairas the underlying class type for the random collection.
-
-
Method Details
-
describeBean
- Overrides:
describeBeanin classAnchorBean<RandomCollection<MarkPair<Mark>>>
-