Bagikan melalui


JavaArray<T> Kelas

Definisi

public abstract class JavaArray<T> : Java.Interop.JavaObject, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IList
type JavaArray<'T> = class
    inherit JavaObject
    interface IList
    interface ICollection
    interface IEnumerable
    interface IList<'T>
    interface ICollection<'T>
    interface seq<'T>

Jenis parameter

T
Warisan
JavaArray<T>
Turunan
Penerapan

Keterangan

Bagian halaman ini adalah modifikasi berdasarkan pekerjaan yang dibuat dan dibagikan oleh Proyek Sumber Terbuka Android dan digunakan sesuai dengan istilah yang dijelaskan dalam Lisensi Atribusi Creative Commons 2.5.

Properti

IsReadOnly
Item[Int32]
JniIdentityHashCode (Diperoleh dari JavaObject)
JniManagedPeerState (Diperoleh dari JavaObject)
JniPeerMembers (Diperoleh dari JavaObject)
Length
PeerReference (Diperoleh dari JavaObject)

Metode

Clear()
Construct(JniObjectReference, JniObjectReferenceOptions) (Diperoleh dari JavaObject)
Contains(T)
CopyTo(T[], Int32)
Dispose() (Diperoleh dari JavaObject)
Dispose(Boolean) (Diperoleh dari JavaObject)
DisposeUnlessReferenced() (Diperoleh dari JavaObject)
Equals(Object) (Diperoleh dari JavaObject)
GetEnumerator()
GetHashCode() (Diperoleh dari JavaObject)
IndexOf(T)
SetPeerReference(JniObjectReference, JniObjectReferenceOptions) (Diperoleh dari JavaObject)
ToArray()
ToString() (Diperoleh dari JavaObject)
UnregisterFromRuntime() (Diperoleh dari JavaObject)

Implementasi Antarmuka Eksplisit

ICollection.CopyTo(Array, Int32)
ICollection.Count
ICollection.IsSynchronized
ICollection.SyncRoot
ICollection<T>.Add(T)
ICollection<T>.Count
ICollection<T>.Remove(T)
IEnumerable.GetEnumerator()
IJavaPeerable.Disposed() (Diperoleh dari JavaObject)
IJavaPeerable.Finalized() (Diperoleh dari JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Diperoleh dari JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Diperoleh dari JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference) (Diperoleh dari JavaObject)
IList.Add(Object)
IList.Contains(Object)
IList.IndexOf(Object)
IList.Insert(Int32, Object)
IList.IsFixedSize
IList.Item[Int32]
IList.Remove(Object)
IList.RemoveAt(Int32)
IList<T>.Insert(Int32, T)
IList<T>.RemoveAt(Int32)

Metode Ekstensi

ToInteroperableCollection<T>(ICollection<T>)
ToInteroperableCollection<T>(IList<T>)
GetJniTypeName(IJavaPeerable)

Berlaku untuk