private static class RegistrarImpl.SvcIterator extends RegistrarImpl.ItemIter
| Modifier and Type | Field and Description |
|---|---|
private Iterator<RegistrarImpl.SvcReg> |
services
Iterator for list of matching services.
|
dupsPossible, now, reg, tmpl| Constructor and Description |
|---|
SvcIterator(Template tmpl,
Iterator<RegistrarImpl.SvcReg> it)
tmpl.serviceID == null and
tmpl.serviceTypes is not empty
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
step()
Set reg to the next matching element, or null if none.
|
hasNext, next, nextRegprivate final Iterator<RegistrarImpl.SvcReg> services
public SvcIterator(Template tmpl, Iterator<RegistrarImpl.SvcReg> it)
protected final void step()
step in class RegistrarImpl.ItemIterCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.