public IntArray() { array = new ObjectArrayCollection(); }
public ObjIEnumerator(ObjectArrayCollection array) { this.objArray = array; }