FromType - ToType - public class ZippingIterator<FromType,ToType>
extends com.google.common.collect.AbstractIterator<ToType>
Iterator that zips an Iterator of functions with an iterator of
values on which the functions must act.| Constructor and Description |
|---|
ZippingIterator(Iterator<FromType> from,
Iterator<com.google.common.base.Function<FromType,ToType>> through)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected ToType |
computeNext() |
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.