def next(self, x): """ EXAMPLES:: sage: IntegerVectors(2,3,min_slope=0).last() [0, 0, 2] """ return integer_list.next(x, *self._parameters())