Class AssociateQueryResults<K extends jag.oldscape.RSOnlinePlayerEntry, T extends Associate<K>>
java.lang.Object
org.rspeer.game.query.results.QueryResults<T, RelationshipQueryResults<K,T>>
org.rspeer.game.query.results.RelationshipQueryResults<K,T>
org.rspeer.game.query.results.AssociateQueryResults<K,T>
- All Implemented Interfaces:
Iterable<T>, Collection<T>, org.rspeer.commons.typing.SelfTyped<RelationshipQueryResults<K,T>>
- Direct Known Subclasses:
FriendsChatUserQueryResults
public class AssociateQueryResults<K extends jag.oldscape.RSOnlinePlayerEntry, T extends Associate<K>>
extends RelationshipQueryResults<K,T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionself()final AssociateQueryResults<K, T> sortByWorld(boolean ascending) Methods inherited from class RelationshipQueryResults
sortByNameMethods inherited from class 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, toStringMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
AssociateQueryResults
-
-
Method Details