@Deprecated public class SerializableIntSummaryStatistics extends IntSummaryStatistics implements IntProcedure, Externalizable
| Constructor and Description |
|---|
SerializableIntSummaryStatistics()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in)
Deprecated.
|
void |
value(int each)
Deprecated.
|
boolean |
valuesEqual(IntSummaryStatistics other)
Deprecated.
|
static SerializableIntSummaryStatistics |
with(int... values)
Deprecated.
|
void |
writeExternal(ObjectOutput out)
Deprecated.
|
accept, combine, getAverage, getCount, getMax, getMin, getSum, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptandThenpublic SerializableIntSummaryStatistics()
public static SerializableIntSummaryStatistics with(int... values)
public void value(int each)
value in interface IntProcedurepublic boolean valuesEqual(IntSummaryStatistics 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.