@Deprecated public class SerializableDoubleSummaryStatistics extends DoubleSummaryStatistics implements DoubleProcedure, Externalizable
| Constructor and Description |
|---|
SerializableDoubleSummaryStatistics()
Deprecated.
|
| Modifier and Type | Method and 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.
|
accept, combine, getAverage, getCount, getMax, getMin, getSum, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptandThenpublic 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.