public class LongMinMax extends Object
| 构造器和说明 |
|---|
LongMinMax() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accumulate(long n)
Update min and max with the given number.
|
void |
combine(LongMinMax that)
Combine that to this.
|
long |
getMax() |
long |
getMin() |
boolean |
isInitialized() |
public long getMin()
public long getMax()
public boolean isInitialized()
public void accumulate(long n)
public void combine(LongMinMax that)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.