public class SortedQueryResultSet extends AbstractSet<Map.Entry>
Constructor and Description |
---|
SortedQueryResultSet(Comparator comparator,
IterationType iterationType,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Map.Entry entry) |
Iterator |
iterator() |
Map.Entry |
last() |
int |
size() |
equals, hashCode, removeAll
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public SortedQueryResultSet(Comparator comparator, IterationType iterationType, int pageSize)
public boolean add(Map.Entry entry)
add
in interface Collection<Map.Entry>
add
in interface Set<Map.Entry>
add
in class AbstractCollection<Map.Entry>
public Iterator iterator()
public Map.Entry last()
public int size()
size
in interface Collection<Map.Entry>
size
in interface Set<Map.Entry>
size
in class AbstractCollection<Map.Entry>
Copyright © 2014 Hazelcast, Inc.. All rights reserved.