Class QueryResults<T, QR extends org.rspeer.commons.typing.SelfTyped<QR>>

java.lang.Object
org.rspeer.game.query.results.QueryResults<T,QR>
All Implemented Interfaces:
Iterable<T>, Collection<T>, org.rspeer.commons.typing.SelfTyped<QR>
Direct Known Subclasses:
ComponentQueryResults, ItemQueryResults, RelationshipQueryResults, SceneNodeQueryResults, StockMarketTransactionQueryResults, WorldQueryResults

public abstract class QueryResults<T, QR extends org.rspeer.commons.typing.SelfTyped<QR>> extends Object implements Collection<T>, org.rspeer.commons.typing.SelfTyped<QR>