public class GroupByResult extends Object implements SmartExternalizable, Iterable<GroupByValue>
Constructor and Description |
---|
GroupByResult()
Required for Externalizable
|
GroupByResult(Map<GroupByKey,GroupByValue> map) |
Modifier and Type | Method and Description |
---|---|
void |
filter(GroupByFilter filter) |
GroupByValue |
get(GroupByKey key) |
GroupByValue |
get(Object... keys) |
protected Map<GroupByKey,GroupByValue> |
getMap() |
Iterator<GroupByValue> |
iterator() |
void |
readExternal(ObjectInput in) |
int |
size() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
forEach, spliterator
public GroupByResult()
public GroupByResult(Map<GroupByKey,GroupByValue> map)
protected Map<GroupByKey,GroupByValue> getMap()
public int size()
public Iterator<GroupByValue> iterator()
iterator
in interface Iterable<GroupByValue>
public GroupByValue get(Object... keys)
public GroupByValue get(GroupByKey key)
public void filter(GroupByFilter filter)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.