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