Package org.rspeer.game.query.results
Class ComponentQueryResults
- java.lang.Object
-
- org.rspeer.game.query.results.QueryResults<InterfaceComponent,ComponentQueryResults>
-
- org.rspeer.game.query.results.ComponentQueryResults
-
- All Implemented Interfaces:
Iterable<InterfaceComponent>
,Collection<InterfaceComponent>
,SelfTyped<ComponentQueryResults>
public class ComponentQueryResults extends QueryResults<InterfaceComponent,ComponentQueryResults>
-
-
Constructor Summary
Constructors Constructor Description ComponentQueryResults(Collection<InterfaceComponent> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentQueryResults
self()
-
Methods inherited from class org.rspeer.game.query.results.QueryResults
accept, add, addAll, asList, clear, contains, containsAll, first, get, indexOf, isEmpty, iterator, last, lastIndexOf, limit, limit, map, random, remove, removeAll, retainAll, reverse, shuffle, size, sort, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
-
-
-
Constructor Detail
-
ComponentQueryResults
public ComponentQueryResults(Collection<InterfaceComponent> results)
-
-
Method Detail
-
self
public ComponentQueryResults self()
-
-