|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
int[] | _data |
int | _defaultCapacity |
int | _size |
Constructor Summary | |
---|---|
Collection() Initializes a new instance of the Collection class. |
|
Collection(Naanou.Common.Collection x) | |
Collection(int[] x) |
Property Summary | |
---|---|
int | Count |
int | Item[int index] |
Method Summary | |
---|---|
int | Add(int x) |
void | AddRange(int[] x) |
void | AddRange(Naanou.Common.Collection x) |
void | Clear() |
bool | Contains(int x) |
void | CopyTo(int[] array, int index) |
void | EnsureCapacity(int capacity) |
Naanou.Common.Enumerator | GetEnumerator() |
object | ICloneable.Clone() |
void | ICollection.CopyTo(System.Array array, int index) |
System.Collections.IEnumerator | IEnumerable.GetEnumerator() |
int | IList.Add(object val) |
bool | IList.Contains(object x) |
int | IList.IndexOf(object x) |
void | IList.Insert(int index, object x) |
void | IList.Remove(object x) |
void | IList.RemoveAt(int index) |
int | IndexOf(int x) |
void | Insert(int index, int x) |
void | Remove(int x) |
void | SetCapacity(int capacity) |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private int[] _data
private int _defaultCapacity
private int _size
Constructor Detail |
---|
public Collection()
Initializes a new instance of the Collection class.
public Collection(Naanou.Common.Collection x)
public Collection(int[] x)
Property Detail |
---|
public int Count
public int this[int index]
Method Detail |
---|
public int Add(int x)
public void AddRange(int[] x)
public void AddRange(Naanou.Common.Collection x)
public void Clear()
public bool Contains(int x)
public void CopyTo(int[] array, int index)
private void EnsureCapacity(int capacity)
public Naanou.Common.Enumerator GetEnumerator()
private object ICloneable.Clone()
private void ICollection.CopyTo(System.Array array, int index)
private System.Collections.IEnumerator IEnumerable.GetEnumerator()
private int IList.Add(object val)
private bool IList.Contains(object x)
private int IList.IndexOf(object x)
private void IList.Insert(int index, object x)
private void IList.Remove(object x)
private void IList.RemoveAt(int index)
public int IndexOf(int x)
public void Insert(int index, int x)
public void Remove(int x)
public void SetCapacity(int capacity)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |