Class Grouped<K, V>
public class Grouped<K, V> : JVMBridgeBase<Grouped<K, V>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Type Parameters
KV
- Inheritance
-
JVMBridgeBase<Grouped<K, V>>Grouped<K, V>
- Implements
Constructors
Grouped(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 Grouped(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
As(String)
public static Grouped<K, V> As(String arg0)
Parameters
Returns
KeySerde(Serde<K>)
public static Grouped<K, V> KeySerde(Serde<K> arg0)
Parameters
Returns
ValueSerde(Serde<V>)
public static Grouped<K, V> ValueSerde(Serde<V> arg0)
Parameters
Returns
With(String, Serde<K>, Serde<V>)
public static Grouped<K, V> With(String arg0, Serde<K> arg1, Serde<V> arg2)
Parameters
Returns
With(Serde<K>, Serde<V>)
public static Grouped<K, V> With(Serde<K> arg0, Serde<V> arg1)
Parameters
Returns
WithKeySerde(Serde<K>)
public Grouped<K, V> WithKeySerde(Serde<K> arg0)
Parameters
Returns
WithValueSerde(Serde<V>)
public Grouped<K, V> WithValueSerde(Serde<V> arg0)
Parameters
Returns
Operators
implicit operator Grouped(Grouped<K, V>)
Converter from Grouped<K, V> to Grouped
public static implicit operator Grouped(Grouped<K, V> t)
Parameters
tGrouped<K, V>