If you want to fix the size of the sublist, would an array be a better choice? The outer list wouldn't be constrainted to contain only arrays with two elements, but once added the arrays will always be the same size.
Alternatively, you could create a new class containing two ints that you add to a list. The best approach is going to depend on what the data structure actually represents.