Uses of Interface
org.eclipse.emf.cdo.common.util.BlockingCloseableIterator

Packages that use BlockingCloseableIterator
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.spi.common Common service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of BlockingCloseableIterator in org.eclipse.emf.cdo.common.util
 

Classes in org.eclipse.emf.cdo.common.util that implement BlockingCloseableIterator
 class CDOQueryQueue.BlockingCloseableIteratorImpl
          A blocking iterator that takes elements from a CDOQueryQueue.
 

Methods in org.eclipse.emf.cdo.common.util that return BlockingCloseableIterator
 BlockingCloseableIterator<E> CDOQueryQueue.iterator()
           
 

Uses of BlockingCloseableIterator in org.eclipse.emf.cdo.spi.common
 

Classes in org.eclipse.emf.cdo.spi.common that implement BlockingCloseableIterator
 class AbstractQueryResult<T>
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Uses of BlockingCloseableIterator in org.eclipse.emf.cdo.spi.server
 

Subinterfaces of BlockingCloseableIterator in org.eclipse.emf.cdo.spi.server
 interface InternalQueryResult
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Uses of BlockingCloseableIterator in org.eclipse.emf.spi.cdo
 

Classes in org.eclipse.emf.spi.cdo that implement BlockingCloseableIterator
 class AbstractQueryIterator<T>
          If the meaning of this type isn't clear, there really should be more of a description here...
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.