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, removeAlladd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringpublic 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 © 2015 Hazelcast, Inc.. All Rights Reserved.