public class ResultSet extends AbstractSet<Map.Entry>
Map.Entry objects that can be iterated according to IterationType| Constructor and Description | 
|---|
ResultSet()  | 
ResultSet(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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ResultSet(List<Map.Entry> entries, IterationType iterationType)
public ResultSet()
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 © 2019 Hazelcast, Inc.. All Rights Reserved.