Partager via


CopyOnWriteArrayList.Reversed Method

Definition

To be added

[Android.Runtime.Register("reversed", "()Ljava/util/List;", "GetReversedHandler", ApiSince=35)]
public virtual System.Collections.IList Reversed ();
[<Android.Runtime.Register("reversed", "()Ljava/util/List;", "GetReversedHandler", ApiSince=35)>]
abstract member Reversed : unit -> System.Collections.IList
override this.Reversed : unit -> System.Collections.IList

Returns

Attributes

Remarks

To be added

Modifications to the reversed view are permitted and will be propagated to this list. In addition, modifications to this list will be visible in the reversed view. Sublists and iterators of the reversed view have the same restrictions as those of this list.

Added in 21.

Java documentation for java.util.concurrent.CopyOnWriteArrayList.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.

Applies to