T - the type of the delivered itemspublic class WrappingJavaIterator<T extends Item>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor and Description |
|---|
WrappingJavaIterator(SequenceIterator in)
Create a wrapping iterator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
public WrappingJavaIterator(SequenceIterator in)
in - the input iteratorCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.