Swing  1.0
Public Member Functions | Public Attributes | Properties | List of all members
Swing.Utils.Collection.Array< T > Class Template Reference
Inheritance diagram for Swing.Utils.Collection.Array< T >:

Public Member Functions

 Array (int capacity)
 
void Add (T item)
 
void Add (object item)
 
bool SetLast (T item)
 
bool SetLast (object item)
 
void Assign (T[] items)
 
void Insert (int index, T item)
 
void Clear ()
 
void Release ()
 
bool Contains (T item)
 
bool Contains (System.Predicate< T > match)
 
int IndexOf (T item)
 
int IndexOf (System.Predicate< T > match)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
void RemoveAt (int index)
 
System.Collections.Generic.IEnumerator< T > GetEnumerator ()
 

Public Attributes

EqualityComparer< T > equlityChecker = EqualityComparer<T>.Default
 
volatile T[] buffer =null
 
volatile int length = 0
 

Properties

int Count [get]
 
bool IsReadOnly [get, set]
 
int Capacity [get, set]
 
this[int i] [get, set]
 

The documentation for this class was generated from the following file: