org.hibernate.search.query.hibernate.impl
Class IteratorImpl
java.lang.Object
org.hibernate.search.query.hibernate.impl.IteratorImpl
- All Implemented Interfaces:
- Iterator<Object>
public class IteratorImpl
- extends Object
- implements Iterator<Object>
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorImpl
public IteratorImpl(List<EntityInfo> entityInfos,
Loader loader)
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