ICollector.Characteristics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Set
of Collector.Characteristics
indicating
the characteristics of this Collector.
[Android.Runtime.Register("characteristics", "()Ljava/util/Set;", "GetCharacteristicsHandler:Java.Util.Streams.ICollectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public System.Collections.Generic.ICollection<Java.Util.Streams.CollectorCharacteristics>? Characteristics ();
[<Android.Runtime.Register("characteristics", "()Ljava/util/Set;", "GetCharacteristicsHandler:Java.Util.Streams.ICollectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Characteristics : unit -> System.Collections.Generic.ICollection<Java.Util.Streams.CollectorCharacteristics>
Returns
an immutable set of collector characteristics
- Attributes
Remarks
Returns a Set
of Collector.Characteristics
indicating the characteristics of this Collector. This set should be immutable.
Java documentation for java.util.stream.Collector.characteristics()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.