The members of Java.Util.IList are listed below.
Add(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Add(int, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
AddAll(ICollection)Documentation for this section has not yet been entered. | ||
AddAll(int, ICollection)Documentation for this section has not yet been entered. | ||
Clear()Removes all elements from this List, leaving it empty. | ||
Contains(Java.Lang.Object)Tests whether this List contains the specified object. | ||
ContainsAll(ICollection)Documentation for this section has not yet been entered. | ||
Equals(Java.Lang.Object)Compares the given object with the List, and returns true if they represent the same object using a class specific comparison. | ||
Get(int)Returns the element at the specified location in this List. | ||
GetHashCode()Returns the hash code for this List. | ||
IndexOf(Java.Lang.Object)Searches this List for the specified object and returns the index of the first occurrence. | ||
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 List iterator on the elements of this List. | ||
ListIterator(int)Returns a list iterator on the elements of this List. | ||
Remove(Java.Lang.Object)Removes the first occurrence of the specified object from this List. | ||
Remove(int)Removes the object at the specified location from this List. | ||
RemoveAll(ICollection)Documentation for this section has not yet been entered. | ||
RetainAll(ICollection)Documentation for this section has not yet been entered. | ||
Set(int, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Size()Returns the number of elements in this List. | ||
SubList(int, int)Returns a List of the specified portion of this List from the given start index to the end index minus one. | ||
ToArray()Returns an array containing all elements contained in this List. | ||
ToArray(Java.Lang.Object[])Documentation for this section has not yet been entered. |