com.hazelcast.query
Class MultiResultSet
java.lang.Object
  
java.util.AbstractCollection<E>
      
java.util.AbstractSet<MapEntry>
          
com.hazelcast.query.MultiResultSet
- All Implemented Interfaces: 
 - Iterable<MapEntry>, Collection<MapEntry>, Set<MapEntry>
 
public class MultiResultSet
- extends AbstractSet<MapEntry>
 
 
 
 
 
 
addResultSet
public void addResultSet(Long indexValue,
                         Collection<Record> resultSet)
 
iterator
public Iterator<MapEntry> iterator()
- Specified by:
 iterator in interface Iterable<MapEntry>- Specified by:
 iterator in interface Collection<MapEntry>- Specified by:
 iterator in interface Set<MapEntry>- Specified by:
 iterator in class AbstractCollection<MapEntry>
 
 
contains
public boolean contains(Object mapEntry)
- Specified by:
 contains in interface Collection<MapEntry>- Specified by:
 contains in interface Set<MapEntry>- Overrides:
 contains in class AbstractCollection<MapEntry>
 
 
add
public boolean add(MapEntry obj)
- Specified by:
 add in interface Collection<MapEntry>- Specified by:
 add in interface Set<MapEntry>- Overrides:
 add in class AbstractCollection<MapEntry>
 
 
size
public int size()
- Specified by:
 size in interface Collection<MapEntry>- Specified by:
 size in interface Set<MapEntry>- Specified by:
 size in class AbstractCollection<MapEntry>
 
 
Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.