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.
|
andThen
accept
accept, combine, getAverage, getCount, getMax, getMin, getSum, toString
public SerializableDoubleSummaryStatistics()
public static SerializableDoubleSummaryStatistics with(double... values)
public void value(double each)
value
in interface DoubleProcedure
public boolean valuesEqual(DoubleSummaryStatistics other)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2004–2017. All rights reserved.