Java.Util.AbstractList Members

The members of Java.Util.AbstractList are listed below.

See Also: Inherited members from Java.Util.AbstractCollection

Protected Constructors

Constructs a new instance of this AbstractList.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

ModCountint. A counter for changes to the list.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Add(int, Java.Lang.Object)
Documentation for this section has not yet been entered.
AddAll(int, ICollection) : bool
Documentation for this section has not yet been entered.
abstract
Get(int) : Java.Lang.Object
Returns the element at the specified location in this list.
IndexOf(Java.Lang.Object) : int
Searches this list for the specified object and returns the index of the first occurrence.
override
Iterator() : IIterator
Returns an iterator on the elements of this list.
LastIndexOf(Java.Lang.Object) : int
Searches this list for the specified object and returns the index of the last occurrence.
ListIterator() : IListIterator
Returns a ListIterator on the elements of this list.
ListIterator(int) : IListIterator
Returns a list iterator on the elements of this list.
Remove(int) : Java.Lang.Object
Removes the object at the specified location from this list.
Set(int, Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
SubList(int, int) : IList
Returns a part of consecutive elements of this list as a view.

Protected Methods

RemoveRange(int, int)
Removes the objects in the specified range from the start to the end index minus one.