Package org.rspeer.game.query.results
Class ItemQueryResults
- java.lang.Object
-
- org.rspeer.game.query.results.QueryResults<Item,ItemQueryResults>
-
- org.rspeer.game.query.results.ItemQueryResults
-
- All Implemented Interfaces:
Iterable<Item>
,Collection<Item>
,SelfTyped<ItemQueryResults>
public class ItemQueryResults extends QueryResults<Item,ItemQueryResults>
-
-
Constructor Summary
Constructors Constructor Description ItemQueryResults(Collection<Item> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemQueryResults
distinct()
ItemQueryResults
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
-
ItemQueryResults
public ItemQueryResults(Collection<Item> results)
-
-
Method Detail
-
self
public ItemQueryResults self()
-
distinct
public ItemQueryResults distinct()
-
-