Class ChangeableOutputSequence<T,S>
Object
ChangeableOutputSequence<T,S>
- Type Parameters:
T- the type of elements in the output sequenceS- the type of shared-state used by the output sequence
A wrapper class that allows changing the output sequence for a given type.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe current output sequence.inthashCode()voidsetSequence(OutputSequenceIndexed<T, S> sequence) The current output sequence.toString()
-
Constructor Details
-
ChangeableOutputSequence
public ChangeableOutputSequence()
-
-
Method Details