java.lang.Object
org.bzdev.util.EncapsulatingIterator<String,String>
org.bzdev.obnaming.NamedObjectFactory.ParmNameIterator
- Enclosing class:
- NamedObjectFactory<F extends NamedObjectFactory<F,
NMR, NMD, OBJ>, NMR extends ObjectNamerOps<NMD>, NMD extends NamedObjectOps, OBJ extends NMD>
public static class NamedObjectFactory.ParmNameIterator
extends EncapsulatingIterator<String,String>
Iterator returned by the factory method parmNames().
This class is provided due to type-erasure issues.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bzdev.util.EncapsulatingIterator
encapsulatedNext, hasNext, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ParmNameIterator
Constructor.- Parameters:
it- the encapsulated iterator
-
-
Method Details
-
next
Description copied from class:EncapsulatingIteratorReturn the next element in the iteration. Typically, this method will create a new element of type E and then configure it based on the value returned by a single call to encapsulatedNext().
-