org.eclipse.gemini.blueprint.service.importer.support.internal.collection
Class OsgiServiceCollection.OsgiServiceIterator

java.lang.Object
  extended by 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

Constructor Summary
protected OsgiServiceCollection.OsgiServiceIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiServiceCollection.OsgiServiceIterator

protected OsgiServiceCollection.OsgiServiceIterator()
Method Detail

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.