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.
|
andThenandThenacceptaccept, accept, combine, getAverage, getCount, getMax, getMin, getSum, toStringpublic SerializableLongSummaryStatistics()
public static SerializableLongSummaryStatistics with(long... values)
public void value(long each)
value in interface LongProcedurepublic boolean valuesEqual(LongSummaryStatistics 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.