EN
中
簡
日
public class UnsafeSequence { private int value; /** Returns a unique value. */ public int getNext() { return value++; } }
Captcha 圖像