AbstractList
AbstractList()
AbstractList(IntPtr, JniHandleOwnership)
JniPeerMembers
ModCount
ThresholdClass
ThresholdType
Add(Int32, Object)
AddAll(Int32, ICollection)
Get(Int32)
IndexOf(Object)
Iterator()
LastIndexOf(Object)
ListIterator()
ListIterator(Int32)
Remove(Int32)
RemoveRange(Int32, Int32)
Set(Int32, Object)
SubList(Int32, Int32)
monoandroid
namespace Java.Util
{
[JavaTypeParameters(new[] { "E" })]
[Register("java/util/AbstractList", DoNotGenerateAcw = true)]
public abstract class AbstractList : AbstractCollection, IJavaObject, IJavaPeerable, IIterable, ICollection, IList, IDisposable
{
[Register("subList", "(II)Ljava/util/List;", "GetSubList_IIHandler")]
public virtual IList! SubList(int fromIndex, int toIndex);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API