private Column(Table table, int columnIndex) { if (table == null) throw new ArgumentException("table"); mTable = table; mColumnIndex = columnIndex; }