Table of Contents

Interface ISpliterator<T>

Namespace
Java.Util
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISpliterator<T>

Type Parameters

T

Properties

Comparator

Comparator Comparator { get; }

Property Value

Comparator

ExactSizeIfKnown

long ExactSizeIfKnown { get; }

Property Value

long

Methods

Characteristics()

int Characteristics()

Returns

int

int

EstimateSize()

long EstimateSize()

Returns

long

long

ForEachRemaining<Arg0objectSuperT>(Consumer<Arg0objectSuperT>)

void ForEachRemaining<Arg0objectSuperT>(Consumer<Arg0objectSuperT> arg0) where Arg0objectSuperT : T

Parameters

arg0 Consumer<Arg0objectSuperT>

Consumer

Type Parameters

Arg0objectSuperT

T

HasCharacteristics(int)

bool HasCharacteristics(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

TryAdvance<Arg0objectSuperT>(Consumer<Arg0objectSuperT>)

bool TryAdvance<Arg0objectSuperT>(Consumer<Arg0objectSuperT> arg0) where Arg0objectSuperT : T

Parameters

arg0 Consumer<Arg0objectSuperT>

Consumer

Returns

bool

bool

Type Parameters

Arg0objectSuperT

T

TrySplit()

Spliterator<T> TrySplit()

Returns

Spliterator<T>

Spliterator