| Modifier and Type | Class and Description |
|---|---|
static interface |
MappingJavaIterator.Mapper<S,T>
Interface defining the mapping function
|
| Constructor and Description |
|---|
MappingJavaIterator(Iterator<S> in,
MappingJavaIterator.Mapper<S,T> mapper)
Create a mapping iterator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic MappingJavaIterator(Iterator<S> in, MappingJavaIterator.Mapper<S,T> mapper)
in - the input sequencemapper - the mapping function to be applied to each item in the ipnut sequence to
generate the corresponding item in the result sequenceCopyright (c) 2004-2015 Saxonica Limited. All rights reserved.