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 |
|---|---|
boolean |
addAll(Collection c) |
void |
clear() |
Iterator |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
removeIf(Predicate filter) |
boolean |
retainAll(Collection<?> coll) |
int |
size() |
equals, hashCodeadd, contains, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, contains, containsAll, isEmpty, spliterator, toArray, toArrayparallelStream, 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>public boolean addAll(Collection c)
addAll in interface Collection<Map.Entry>addAll in interface Set<Map.Entry>addAll in class AbstractCollection<Map.Entry>public boolean remove(Object o)
remove in interface Collection<Map.Entry>remove in interface Set<Map.Entry>remove in class AbstractCollection<Map.Entry>public boolean removeAll(Collection<?> c)
removeAll in interface Collection<Map.Entry>removeAll in interface Set<Map.Entry>removeAll in class AbstractSet<Map.Entry>public boolean removeIf(Predicate filter)
public boolean retainAll(Collection<?> coll)
retainAll in interface Collection<Map.Entry>retainAll in interface Set<Map.Entry>retainAll in class AbstractCollection<Map.Entry>public void clear()
clear in interface Collection<Map.Entry>clear in interface Set<Map.Entry>clear in class AbstractCollection<Map.Entry>Copyright © 2019 Hazelcast, Inc.. All rights reserved.