Interface ISpliterator<T>
.NET interface for TO BE DEFINED FROM USER
public interface ISpliterator<T>
Type Parameters
T
Properties
Comparator
Comparator Comparator { get; }
Property Value
ExactSizeIfKnown
long ExactSizeIfKnown { get; }
Property Value
Methods
Characteristics()
int Characteristics()
Returns
EstimateSize()
long EstimateSize()
Returns
ForEachRemaining<Arg0objectSuperT>(Consumer<Arg0objectSuperT>)
void ForEachRemaining<Arg0objectSuperT>(Consumer<Arg0objectSuperT> arg0) where Arg0objectSuperT : T
Parameters
Type Parameters
Arg0objectSuperT
T
HasCharacteristics(int)
bool HasCharacteristics(int arg0)
Parameters
Returns
TryAdvance<Arg0objectSuperT>(Consumer<Arg0objectSuperT>)
bool TryAdvance<Arg0objectSuperT>(Consumer<Arg0objectSuperT> arg0) where Arg0objectSuperT : T
Parameters
Returns
Type Parameters
Arg0objectSuperT
T
TrySplit()
Spliterator<T> TrySplit()