Java.Util.AbstractSequentialList Members

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

See Also: Inherited members from Java.Util.AbstractList

Protected Constructors

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

Protected Properties

[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

override
Get(int) : Java.Lang.Object
Returns the element at the specified location in this list.
abstract
ListIterator(int) : IListIterator
Returns a list iterator on the elements of this list.