org.apache.yaoql.client
Class ObjectResultSet<T>

java.lang.Object
  extended by org.apache.yaoql.client.ObjectResultSet<T>
All Implemented Interfaces:
Iterable<T>

public class ObjectResultSet<T>
extends Object
implements Iterable<T>


Constructor Summary
ObjectResultSet(ObjectQueryImpl<T> objectQuery, Collection<T> objects)
           
 
Method Summary
 Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectResultSet

public ObjectResultSet(ObjectQueryImpl<T> objectQuery,
                       Collection<T> objects)
                throws HBqlException
Throws:
HBqlException
Method Detail

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>


Copyright © 2011. All Rights Reserved.