public class ResultSet<K,V> extends AbstractSet<Map.Entry<K,V>>
Constructor and Description |
---|
ResultSet() |
ResultSet(List<Map.Entry<K,V>> 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
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.