com.sun.jini.reggie
Class RegistrarImpl.AllItemIter
java.lang.Object
com.sun.jini.reggie.RegistrarImpl.ItemIter
com.sun.jini.reggie.RegistrarImpl.AllItemIter
- Enclosing class:
- RegistrarImpl
private class RegistrarImpl.AllItemIter
- extends RegistrarImpl.ItemIter
Iterate over all Items.
Field Summary |
private Iterator |
iter
Iterator over serviceByID |
Method Summary |
protected void |
step()
Set reg to the next matching element, or null if none |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iter
private final Iterator iter
- Iterator over serviceByID
RegistrarImpl.AllItemIter
public RegistrarImpl.AllItemIter()
- Assumes the empty template
step
protected void step()
- Set reg to the next matching element, or null if none
- Specified by:
step
in class RegistrarImpl.ItemIter
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.