| 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 | 
public 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-2014 Saxonica Limited. All rights reserved.