Externalizable
, Serializable
, IntConsumer
, LongConsumer
, LongProcedure
@Deprecated public class SerializableLongSummaryStatistics extends LongSummaryStatistics implements LongProcedure, Externalizable
Constructor | Description |
---|---|
SerializableLongSummaryStatistics() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
readExternal(ObjectInput in) |
Deprecated.
|
void |
value(long each) |
Deprecated.
|
boolean |
valuesEqual(LongSummaryStatistics other) |
Deprecated.
|
static SerializableLongSummaryStatistics |
with(long... values) |
Deprecated.
|
void |
writeExternal(ObjectOutput out) |
Deprecated.
|
andThen
andThen
accept
accept, accept, combine, getAverage, getCount, getMax, getMin, getSum, toString
public SerializableLongSummaryStatistics()
public static SerializableLongSummaryStatistics with(long... values)
public void value(long each)
value
in interface LongProcedure
public boolean valuesEqual(LongSummaryStatistics 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.