Table of Contents

Namespace MASES.JNet.Specific

Classes

GenericCommand

Generic class to launch a main method in a Java class

JNetAsyncEnumerable<TClass, TObject>

An extension of JVMBridgeBaseEnumerable<TClass, TObject> implementing IAsyncEnumerable<T> to manage Java Iterable in async way

JNetAsyncEnumerator<TObject>

An extension of JVMBridgeBasePrefetchableEnumerator<TObject> implementing IAsyncEnumerator<T> used to manage Java Iterator in async way

JNetEventData

Helper class able to simpify definition of data associated to events

JNetEventResult

Helper class of JNet for some specific operations done with callbacks

JNetHelper

Helper class of JNet for some specific operations

JNetStream<T>

Helper class of JNet to use JCOBridgeStream<T>