public class IntegerMinAccumulateFunction extends AbstractAccumulateFunction<IntegerMinAccumulateFunction.MaxData>
Modifier and Type | Class and Description |
---|---|
protected static class |
IntegerMinAccumulateFunction.MaxData |
Constructor and Description |
---|
IntegerMinAccumulateFunction() |
Modifier and Type | Method and Description |
---|---|
void |
accumulate(IntegerMinAccumulateFunction.MaxData data,
Object value) |
IntegerMinAccumulateFunction.MaxData |
createContext() |
Object |
getResult(IntegerMinAccumulateFunction.MaxData data) |
Class<?> |
getResultType() |
void |
init(IntegerMinAccumulateFunction.MaxData data) |
void |
readExternal(ObjectInput in) |
void |
reverse(IntegerMinAccumulateFunction.MaxData data,
Object value) |
boolean |
supportsReverse() |
void |
writeExternal(ObjectOutput out) |
equals, hashCode
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
public IntegerMinAccumulateFunction.MaxData createContext()
public void init(IntegerMinAccumulateFunction.MaxData data)
public void accumulate(IntegerMinAccumulateFunction.MaxData data, Object value)
public void reverse(IntegerMinAccumulateFunction.MaxData data, Object value)
public Object getResult(IntegerMinAccumulateFunction.MaxData data)
public boolean supportsReverse()
public Class<?> getResultType()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.