Externalizable, Serializable, DoubleConsumer, DoubleProcedure@Deprecated public class SerializableDoubleSummaryStatistics extends DoubleSummaryStatistics implements DoubleProcedure, Externalizable
| Constructor | Description |
|---|---|
SerializableDoubleSummaryStatistics() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
readExternal(ObjectInput in) |
Deprecated.
|
void |
value(double each) |
Deprecated.
|
boolean |
valuesEqual(DoubleSummaryStatistics other) |
Deprecated.
|
static SerializableDoubleSummaryStatistics |
with(double... values) |
Deprecated.
|
void |
writeExternal(ObjectOutput out) |
Deprecated.
|
andThenacceptaccept, combine, getAverage, getCount, getMax, getMin, getSum, toStringpublic SerializableDoubleSummaryStatistics()
public static SerializableDoubleSummaryStatistics with(double... values)
public void value(double each)
value in interface DoubleProcedurepublic boolean valuesEqual(DoubleSummaryStatistics other)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2004–2017. All rights reserved.