Table of Contents

Class KeyValue<K, V, TJVMK, TJVMV>

Namespace
MASES.KNet.Streams
Assembly
MASES.KNet.dll

KNet implementation of KeyValue<K, V>

public sealed class KeyValue<K, V, TJVMK, TJVMV> : IGenericSerDesFactoryApplier

Type Parameters

K

The key type

V

The value type

TJVMK

The JVM type of K

TJVMV

The JVM type of V

Inheritance
KeyValue<K, V, TJVMK, TJVMV>
Implements
Inherited Members

Properties

Key

public K Key { get; }

Property Value

K

Value

public V Value { get; }

Property Value

V