public class QueryResultCollection<E> extends AbstractSet<E>
Constructor and Description |
---|
QueryResultCollection(SerializationService serializationService,
IterationType iterationType,
boolean binary,
boolean distinct,
QueryResult queryResult) |
Modifier and Type | Method and Description |
---|---|
IterationType |
getIterationType() |
Iterator<E> |
iterator() |
int |
size() |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public QueryResultCollection(SerializationService serializationService, IterationType iterationType, boolean binary, boolean distinct, QueryResult queryResult)
public IterationType getIterationType()
public int size()
size
in interface Collection<E>
size
in interface Set<E>
size
in class AbstractCollection<E>
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.