org.eclipse.gemini.blueprint.service.importer.support.internal.collection
Class OsgiServiceCollection.OsgiServiceIterator
java.lang.Object
org.eclipse.gemini.blueprint.service.importer.support.internal.collection.OsgiServiceCollection.OsgiServiceIterator
- All Implemented Interfaces:
- Iterator<Object>
- Enclosing class:
- OsgiServiceCollection
protected class OsgiServiceCollection.OsgiServiceIterator
- extends Object
- implements Iterator<Object>
Read-only iterator wrapper around the dynamic collection iterator.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiServiceCollection.OsgiServiceIterator
protected OsgiServiceCollection.OsgiServiceIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Object>
next
public Object next()
- Specified by:
next
in interface Iterator<Object>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Object>
Copyright © 2006-2013. All Rights Reserved.