- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingIterator<T>
-
- org.apache.mahout.common.iterator.CopyConstructorIterator<T>
-
- All Implemented Interfaces:
- Iterator<T>
public final class CopyConstructorIterator<T>
extends com.google.common.collect.ForwardingIterator<T>
An iterator that copies the values in an underlying iterator by finding an appropriate copy constructor.
-
-
Method Summary
-
Methods inherited from class com.google.common.collect.ForwardingIterator
hasNext, next, remove
-
Methods inherited from class com.google.common.collect.ForwardingObject
toString
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.