next method

int next(
  1. int i
)

@deprecated replaced by {@link #getNext()}

Implementation

int next(int i) {
  return getNext(i);
}