The members of Java.Util.AbstractList are listed below.
See Also: Inherited members from Java.Util.AbstractCollection
Constructs a new instance of this AbstractList. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ModCount | int. A counter for changes to the list. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Add(int, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
AddAll(int, ICollection)Documentation for this section has not yet been entered. | ||
abstract | Get(int)Returns the element at the specified location in this list. | |
IndexOf(Java.Lang.Object)Searches this list for the specified object and returns the index of the first occurrence. | ||
override | Iterator()Returns an iterator on the elements of this list. | |
LastIndexOf(Java.Lang.Object)Searches this list for the specified object and returns the index of the last occurrence. | ||
ListIterator()Returns a ListIterator on the elements of this list. | ||
ListIterator(int)Returns a list iterator on the elements of this list. | ||
Remove(int)Removes the object at the specified location from this list. | ||
Set(int, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
SubList(int, int)Returns a part of consecutive elements of this list as a view. |
RemoveRange(int, int)Removes the objects in the specified range from the start to the end index minus one. |