java.io.Externalizable, java.io.Serializable, java.util.function.LongConsumer, LongProcedure@Deprecated public class SerializableLongSummaryStatistics extends java.util.LongSummaryStatistics implements LongProcedure, java.io.Externalizable
| Constructor | Description |
|---|---|
SerializableLongSummaryStatistics() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
readExternal(java.io.ObjectInput in) |
Deprecated.
|
void |
value(long each) |
Deprecated.
|
boolean |
valuesEqual(java.util.LongSummaryStatistics other) |
Deprecated.
|
static SerializableLongSummaryStatistics |
with(long... values) |
Deprecated.
|
void |
writeExternal(java.io.ObjectOutput out) |
Deprecated.
|
acceptpublic SerializableLongSummaryStatistics()
public static SerializableLongSummaryStatistics with(long... values)
public void value(long each)
value in interface LongProcedurepublic boolean valuesEqual(java.util.LongSummaryStatistics other)
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionCopyright © 2004–2018. All rights reserved.