Class AbstractResultList<I>

  • All Implemented Interfaces:
    Iterable<I>, Collection<I>, List<I>, QueryResult, ResultList<I>
    Direct Known Subclasses:
    ItemResultList

    abstract class AbstractResultList<I>
    extends Object
    implements ResultList<I>
    This is a list of the result from a query. Objects returned from this list are of a type derived from BasicItem. This class implements all operations in the List interface that modifies the list. The implementation simply throws an UnsupportedOperationException
    Version:
    2.0
    Author:
    Samuel, Nicklas
    Last modified
    $Date: 2012-09-14 09:28:35 +0200 (fr, 14 sep 2012) $