org.chromattic.api.query
Interface ObjectQueryResult<O>

Type Parameters:
O - the object type parameter
All Superinterfaces:
Iterator<O>

public interface ObjectQueryResult<O>
extends Iterator<O>

The query result for an object query.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 int size()
          Returns the result size.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

size

int size()

Returns the result size.

Returns:
the size


Copyright © 2009 eXo Platform SAS. All Rights Reserved.