public static class AggregateQuadTree.Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
count |
short |
max |
short |
min |
long |
sum |
Constructor and Description |
---|
AggregateQuadTree.Node() |
Modifier and Type | Method and Description |
---|---|
void |
accumulate(AggregateQuadTree.Node other)
Accumulate the values of another node
|
void |
accumulate(short value)
Accumulate a single value
|
void |
readFields(java.io.DataInput in) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput out) |
public void accumulate(AggregateQuadTree.Node other)
other
- public void accumulate(short value)
value
- public void readFields(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object