You can create a "constructor" of sorts for the static instance of your class.

just use the keyword static followed by a block.

Ex: say you wanted a static arrayList that contained a list of...