Class LongSummaryStatistics
public class LongSummaryStatistics : JVMBridgeBase<LongSummaryStatistics>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, ILongConsumer, IConsumer<long>, IIntConsumer, IConsumer<int>, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
LongSummaryStatistics
- Implements
- Extension Methods
Constructors
LongSummaryStatistics()
public LongSummaryStatistics()
LongSummaryStatistics(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LongSummaryStatistics(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
LongSummaryStatistics(long, long, long, long)
public LongSummaryStatistics(long arg0, long arg1, long arg2, long arg3)
Parameters
Exceptions
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Accept(int)
public void Accept(int arg0)
Parameters
Accept(long)
public void Accept(long arg0)
Parameters
Combine(LongSummaryStatistics)
public void Combine(LongSummaryStatistics arg0)
Parameters
CreatePoolableInstance()
HPA initializer for LongSummaryStatistics()
public static LongSummaryStatistics CreatePoolableInstance()
Returns
CreatePoolableInstance(long, long, long, long)
HPA initializer for LongSummaryStatistics(long arg0, long arg1, long arg2, long arg3)
public static LongSummaryStatistics CreatePoolableInstance(long arg0, long arg1, long arg2, long arg3)
Parameters
Returns
GetAverage()
public double GetAverage()
Returns
GetCount()
public long GetCount()
Returns
GetMax()
public long GetMax()
Returns
GetMin()
public long GetMin()
Returns
GetSum()
public long GetSum()
Returns
Operators
implicit operator IntConsumer(LongSummaryStatistics)
Converter from LongSummaryStatistics to IntConsumer
public static implicit operator IntConsumer(LongSummaryStatistics t)
Parameters
Returns
implicit operator LongConsumer(LongSummaryStatistics)
Converter from LongSummaryStatistics to LongConsumer
public static implicit operator LongConsumer(LongSummaryStatistics t)