org.chromattic.api.query
Interface QueryResult<R>

All Superinterfaces:
java.util.Iterator<R>

public interface QueryResult<R>
extends java.util.Iterator<R>

The result for an query.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 int size()
          Returns the number of results this query will returns until the iterator has no more elements to return.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

size

int size()
Returns the number of results this query will returns until the iterator has no more elements to return.

Returns:
the result size


Copyright © 2013 eXo Platform SAS. All Rights Reserved.