org.hibernate.search.query.hibernate.impl
Class IteratorImpl

java.lang.Object
  extended by org.hibernate.search.query.hibernate.impl.IteratorImpl
All Implemented Interfaces:
Iterator<Object>

public class IteratorImpl
extends Object
implements Iterator<Object>

Author:
Emmanuel Bernard

Constructor Summary
IteratorImpl(List<EntityInfo> entityInfos, Loader loader)
           
 
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

IteratorImpl

public IteratorImpl(List<EntityInfo> entityInfos,
                    Loader loader)
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-2012 Red Hat Middleware, LLC. All Rights Reserved