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.
|
accept
public SerializableLongSummaryStatistics()
public static SerializableLongSummaryStatistics with(long... values)
public void value(long each)
value
in interface LongProcedure
public boolean valuesEqual(java.util.LongSummaryStatistics other)
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2004–2017. All rights reserved.