public class QueryResultCollection<E> extends AbstractSet<E>
| Constructor and Description |
|---|
QueryResultCollection(SerializationService serializationService,
IterationType iterationType,
boolean binary,
boolean unique) |
QueryResultCollection(SerializationService serializationService,
IterationType iterationType,
boolean binary,
boolean unique,
QueryResult queryResult) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAll(Collection<? extends E> c) |
void |
addAllRows(Collection<QueryResultRow> collection) |
void |
clear() |
IterationType |
getIterationType() |
Iterator<E> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
removeIf(Predicate<? super E> filter) |
boolean |
retainAll(Collection<?> coll) |
int |
size() |
equals, hashCodeadd, contains, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, contains, containsAll, isEmpty, spliterator, toArray, toArrayparallelStream, streampublic QueryResultCollection(SerializationService serializationService, IterationType iterationType, boolean binary, boolean unique)
public QueryResultCollection(SerializationService serializationService, IterationType iterationType, boolean binary, boolean unique, QueryResult queryResult)
public IterationType getIterationType()
public void addAllRows(Collection<QueryResultRow> collection)
public int size()
size in interface Collection<E>size in interface Set<E>size in class AbstractCollection<E>public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface Set<E>addAll in class AbstractCollection<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface Set<E>remove in class AbstractCollection<E>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in interface Set<E>removeAll in class AbstractSet<E>public boolean retainAll(Collection<?> coll)
retainAll in interface Collection<E>retainAll in interface Set<E>retainAll in class AbstractCollection<E>public void clear()
clear in interface Collection<E>clear in interface Set<E>clear in class AbstractCollection<E>Copyright © 2019 Hazelcast, Inc.. All rights reserved.