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, removeAll
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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 © 2022 Hazelcast, Inc.. All Rights Reserved.