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