public class SortedQueryResultSet extends AbstractSet<Map.Entry>
Constructor and Description |
---|
SortedQueryResultSet() |
SortedQueryResultSet(List<Map.Entry> entries,
IterationType iterationType) |
Modifier and Type | Method and Description |
---|---|
Iterator |
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 SortedQueryResultSet()
public SortedQueryResultSet(List<Map.Entry> entries, IterationType iterationType)
public Iterator iterator()
public int size()
size
in interface Collection<Map.Entry>
size
in interface Set<Map.Entry>
size
in class AbstractCollection<Map.Entry>
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.