public abstract static class SequenceExchanger.Producer extends Object implements Runnable
Constructor and Description |
---|
SequenceExchanger.Producer()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
abstract SequenceExchanger.Producer |
getAnother(Conduit conduit)
Get a copy of this Producer, initialized to produce the same sequence of items as the original,
but starting from the beginning (not from the current position).
|
public SequenceExchanger.Producer()
public abstract SequenceExchanger.Producer getAnother(Conduit conduit)
conduit
- the conduit to which the items are writtenCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.