com.hazelcast.query
Class MultiResultSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<MapEntry>
          extended by com.hazelcast.query.MultiResultSet
All Implemented Interfaces:
java.lang.Iterable<MapEntry>, java.util.Collection<MapEntry>, java.util.Set<MapEntry>

public class MultiResultSet
extends java.util.AbstractSet<MapEntry>


Method Summary
 boolean add(MapEntry obj)
           
 void addResultSet(java.lang.Long indexValue, java.util.Collection<Record> resultSet)
           
 boolean contains(java.lang.Object mapEntry)
           
 java.util.Iterator<MapEntry> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Method Detail

addResultSet

public void addResultSet(java.lang.Long indexValue,
                         java.util.Collection<Record> resultSet)

iterator

public java.util.Iterator<MapEntry> iterator()
Specified by:
iterator in interface java.lang.Iterable<MapEntry>
Specified by:
iterator in interface java.util.Collection<MapEntry>
Specified by:
iterator in interface java.util.Set<MapEntry>
Specified by:
iterator in class java.util.AbstractCollection<MapEntry>

contains

public boolean contains(java.lang.Object mapEntry)
Specified by:
contains in interface java.util.Collection<MapEntry>
Specified by:
contains in interface java.util.Set<MapEntry>
Overrides:
contains in class java.util.AbstractCollection<MapEntry>

add

public boolean add(MapEntry obj)
Specified by:
add in interface java.util.Collection<MapEntry>
Specified by:
add in interface java.util.Set<MapEntry>
Overrides:
add in class java.util.AbstractCollection<MapEntry>

size

public int size()
Specified by:
size in interface java.util.Collection<MapEntry>
Specified by:
size in interface java.util.Set<MapEntry>
Specified by:
size in class java.util.AbstractCollection<MapEntry>


Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.