Adding parent class to arraylist with internal function

class connector {
  void findend() {
//i is the element accessed from a foreach loop, and incon is supposed to be an arraylist containing container classes
            i.incon.add(z, this);I'm trying to add this class to that arraylist
  }
}

Here’s a simplified version