Table of Contents

Class Spliterators

Namespace
Java.Util
Assembly
MASES.JNet.dll
public class Spliterators : JVMBridgeBase<Spliterators>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Spliterators>
Spliterators
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Spliterators>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Spliterators>.IsAssignableFrom<T>()
JVMBridgeBase<Spliterators>.Execute<T>(params T[])
JVMBridgeBase<Spliterators>.DynBridgeClazz
JVMBridgeBase<Spliterators>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Spliterators()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Spliterators()

Spliterators(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Spliterators(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

EmptyDoubleSpliterator()

public static Spliterator.OfDouble EmptyDoubleSpliterator()

Returns

Spliterator.OfDouble

Spliterator.OfDouble

EmptyIntSpliterator()

public static Spliterator.OfInt EmptyIntSpliterator()

Returns

Spliterator.OfInt

Spliterator.OfInt

EmptyLongSpliterator()

public static Spliterator.OfLong EmptyLongSpliterator()

Returns

Spliterator.OfLong

Spliterator.OfLong

EmptySpliteratorMethod<T>()

public static Spliterator<T> EmptySpliteratorMethod<T>()

Returns

Spliterator<T>

Spliterator

Type Parameters

T

Iterator(OfDouble)

public static PrimitiveIterator.OfDouble Iterator(Spliterator.OfDouble arg0)

Parameters

arg0 Spliterator.OfDouble

Spliterator.OfDouble

Returns

PrimitiveIterator.OfDouble

PrimitiveIterator.OfDouble

Iterator(OfInt)

public static PrimitiveIterator.OfInt Iterator(Spliterator.OfInt arg0)

Parameters

arg0 Spliterator.OfInt

Spliterator.OfInt

Returns

PrimitiveIterator.OfInt

PrimitiveIterator.OfInt

Iterator(OfLong)

public static PrimitiveIterator.OfLong Iterator(Spliterator.OfLong arg0)

Parameters

arg0 Spliterator.OfLong

Spliterator.OfLong

Returns

PrimitiveIterator.OfLong

PrimitiveIterator.OfLong

Iterator<T, Arg0ExtendsT>(Spliterator<Arg0ExtendsT>)

public static Iterator<T> Iterator<T, Arg0ExtendsT>(Spliterator<Arg0ExtendsT> arg0) where Arg0ExtendsT : T

Parameters

arg0 Spliterator<Arg0ExtendsT>

Spliterator

Returns

Iterator<T>

Iterator

Type Parameters

T
Arg0ExtendsT

T

Spliterator(OfDouble, long, int)

public static Spliterator.OfDouble Spliterator(PrimitiveIterator.OfDouble arg0, long arg1, int arg2)

Parameters

arg0 PrimitiveIterator.OfDouble

PrimitiveIterator.OfDouble

arg1 long

long

arg2 int

int

Returns

Spliterator.OfDouble

Spliterator.OfDouble

Spliterator(OfInt, long, int)

public static Spliterator.OfInt Spliterator(PrimitiveIterator.OfInt arg0, long arg1, int arg2)

Parameters

arg0 PrimitiveIterator.OfInt

PrimitiveIterator.OfInt

arg1 long

long

arg2 int

int

Returns

Spliterator.OfInt

Spliterator.OfInt

Spliterator(OfLong, long, int)

public static Spliterator.OfLong Spliterator(PrimitiveIterator.OfLong arg0, long arg1, int arg2)

Parameters

arg0 PrimitiveIterator.OfLong

PrimitiveIterator.OfLong

arg1 long

long

arg2 int

int

Returns

Spliterator.OfLong

Spliterator.OfLong

Spliterator(double[], int)

public static Spliterator.OfDouble Spliterator(double[] arg0, int arg1)

Parameters

arg0 double[]

double

arg1 int

int

Returns

Spliterator.OfDouble

Spliterator.OfDouble

Spliterator(double[], int, int, int)

public static Spliterator.OfDouble Spliterator(double[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 double[]

double

arg1 int

int

arg2 int

int

arg3 int

int

Returns

Spliterator.OfDouble

Spliterator.OfDouble

Spliterator(int[], int)

public static Spliterator.OfInt Spliterator(int[] arg0, int arg1)

Parameters

arg0 int[]

int

arg1 int

int

Returns

Spliterator.OfInt

Spliterator.OfInt

Spliterator(int[], int, int, int)

public static Spliterator.OfInt Spliterator(int[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int[]

int

arg1 int

int

arg2 int

int

arg3 int

int

Returns

Spliterator.OfInt

Spliterator.OfInt

Spliterator(long[], int)

public static Spliterator.OfLong Spliterator(long[] arg0, int arg1)

Parameters

arg0 long[]

long

arg1 int

int

Returns

Spliterator.OfLong

Spliterator.OfLong

Spliterator(long[], int, int, int)

public static Spliterator.OfLong Spliterator(long[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 long[]

long

arg1 int

int

arg2 int

int

arg3 int

int

Returns

Spliterator.OfLong

Spliterator.OfLong

SpliteratorUnknownSize(OfDouble, int)

public static Spliterator.OfDouble SpliteratorUnknownSize(PrimitiveIterator.OfDouble arg0, int arg1)

Parameters

arg0 PrimitiveIterator.OfDouble

PrimitiveIterator.OfDouble

arg1 int

int

Returns

Spliterator.OfDouble

Spliterator.OfDouble

SpliteratorUnknownSize(OfInt, int)

public static Spliterator.OfInt SpliteratorUnknownSize(PrimitiveIterator.OfInt arg0, int arg1)

Parameters

arg0 PrimitiveIterator.OfInt

PrimitiveIterator.OfInt

arg1 int

int

Returns

Spliterator.OfInt

Spliterator.OfInt

SpliteratorUnknownSize(OfLong, int)

public static Spliterator.OfLong SpliteratorUnknownSize(PrimitiveIterator.OfLong arg0, int arg1)

Parameters

arg0 PrimitiveIterator.OfLong

PrimitiveIterator.OfLong

arg1 int

int

Returns

Spliterator.OfLong

Spliterator.OfLong

SpliteratorUnknownSize<T, Arg0ExtendsT>(Iterator<Arg0ExtendsT>, int)

public static Spliterator<T> SpliteratorUnknownSize<T, Arg0ExtendsT>(Iterator<Arg0ExtendsT> arg0, int arg1) where Arg0ExtendsT : T

Parameters

arg0 Iterator<Arg0ExtendsT>

Iterator

arg1 int

int

Returns

Spliterator<T>

Spliterator

Type Parameters

T
Arg0ExtendsT

T

Spliterator<T>(object[], int)

public static Spliterator<T> Spliterator<T>(object[] arg0, int arg1)

Parameters

arg0 object[]

object

arg1 int

int

Returns

Spliterator<T>

Spliterator

Type Parameters

T

Spliterator<T>(object[], int, int, int)

public static Spliterator<T> Spliterator<T>(object[] arg0, int arg1, int arg2, int arg3)

Parameters

arg0 object[]

object

arg1 int

int

arg2 int

int

arg3 int

int

Returns

Spliterator<T>

Spliterator

Type Parameters

T

Spliterator<T, Arg0ExtendsT>(Collection<Arg0ExtendsT>, int)

public static Spliterator<T> Spliterator<T, Arg0ExtendsT>(Collection<Arg0ExtendsT> arg0, int arg1) where Arg0ExtendsT : T

Parameters

arg0 Collection<Arg0ExtendsT>

Collection

arg1 int

int

Returns

Spliterator<T>

Spliterator

Type Parameters

T
Arg0ExtendsT

T

Spliterator<T, Arg0ExtendsT>(Iterator<Arg0ExtendsT>, long, int)

public static Spliterator<T> Spliterator<T, Arg0ExtendsT>(Iterator<Arg0ExtendsT> arg0, long arg1, int arg2) where Arg0ExtendsT : T

Parameters

arg0 Iterator<Arg0ExtendsT>

Iterator

arg1 long

long

arg2 int

int

Returns

Spliterator<T>

Spliterator

Type Parameters

T
Arg0ExtendsT

T