Class ReadBaseStratification.PairStratifier<T extends Comparable<T>,R extends Comparable<R>>

java.lang.Object
picard.sam.SamErrorMetric.ReadBaseStratification.PairStratifier<T,R>
All Implemented Interfaces:
ReadBaseStratification.RecordAndOffsetStratifier<Pair<T,R>>
Enclosing class:
ReadBaseStratification

public static class ReadBaseStratification.PairStratifier<T extends Comparable<T>,R extends Comparable<R>> extends Object implements ReadBaseStratification.RecordAndOffsetStratifier<Pair<T,R>>
A PairStratifier is a stratifier that uses two other stratifiers to inform the stratification. For a given input, the result is the Pair of outputs that the two stratifiers return. The suffix for this stratifier is generated from the suffixes of the two provided stratifiers.