com.hazelcast.util
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
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 © 2015 Hazelcast, Inc.. All Rights Reserved.