The constructor for the StringMultiTokenizerList.
If you are subclassing the StringMultiTokenizerList class then you need to explicitly call the StringTokenizerList's constructor from the sub class constructor. This is because the StringMultiTokenzierList always needs to get the parameters that it takes in its contructor.
StringMultiTokenizerList Class