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:
Iterable<MapEntry>, Collection<MapEntry>, Set<MapEntry>

public class MultiResultSet
extends AbstractSet<MapEntry>


Method Summary
 boolean add(MapEntry obj)
           
 void addResultSet(Long indexValue, Collection<Record> resultSet)
           
 boolean contains(Object mapEntry)
           
 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(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 Hazel Ltd. All Rights Reserved.