LinkedHashSet.Reversed 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.
To be added
[Android.Runtime.Register("reversed", "()Ljava/util/SequencedSet;", "GetReversedHandler", ApiSince=35)]
public virtual Java.Util.ISequencedCollection? Reversed ();
[<Android.Runtime.Register("reversed", "()Ljava/util/SequencedSet;", "GetReversedHandler", ApiSince=35)>]
abstract member Reversed : unit -> Java.Util.ISequencedCollection
override this.Reversed : unit -> Java.Util.ISequencedCollection
Returns
To be added
Implements
- Attributes
Remarks
To be added
Modifications to the reversed view are permitted and will be propagated to this set. In addition, modifications to this set will be visible in the reversed view.
Added in 21.
Java documentation for java.util.LinkedHashSet.reversed()
.
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.