Class ChangeableOutputSequence<T,S>
Object
org.anchoranalysis.plugin.image.task.bean.format.ChangeableOutputSequence<T,S>
- Type Parameters:
T- the type of elements in the output sequenceS- the type of shared-state used by the output sequence
public class ChangeableOutputSequence<T,S> extends Object
A wrapper class that allows changing the output sequence for a given type.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description ChangeableOutputSequence() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)org.anchoranalysis.io.generator.sequence.OutputSequenceIndexed<T,S>getSequence()The current output sequence.inthashCode()voidsetSequence(org.anchoranalysis.io.generator.sequence.OutputSequenceIndexed<T,S> sequence)The current output sequence.StringtoString()
-
Constructor Details
-
ChangeableOutputSequence
public ChangeableOutputSequence()
-
-
Method Details
-
getSequence
The current output sequence. -
setSequence
public void setSequence(org.anchoranalysis.io.generator.sequence.OutputSequenceIndexed<T,S> sequence)The current output sequence. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-