public class LongDoubleAccumulator extends Object
long and a double value.| Constructor and Description | 
|---|
LongDoubleAccumulator()
Creates a new instance with values equal to 0. 
 | 
LongDoubleAccumulator(long longValue,
                     double doubleValue)
Creates a new instance with the specified values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
double | 
getDouble()
Returns the  
double value. | 
long | 
getLong()
Returns the  
long value. | 
int | 
hashCode()  | 
void | 
setDouble(double value2)
Sets the  
double value. | 
void | 
setLong(long value1)
Sets the  
long value. | 
String | 
toString()  | 
public LongDoubleAccumulator()
public LongDoubleAccumulator(long longValue,
                             double doubleValue)
Copyright © 2022 Hazelcast, Inc.. All rights reserved.