{ static int x = 0; // Toggles 1 to 0 and 0 to 1 using xor x ^= 1; // Call the method that expects a 1 or 0 [methodCallHere toggle:x]; }
'java' 카테고리의 다른 글
제우스(Jeus) 가상 호스트 등록 방법. (0) | 2015.04.24 |
---|---|
Passing String Array Parameter (0) | 2014.12.05 |
[JAVA] 랜덤 Random 숫자 생성하기 (0) | 2014.06.12 |
[JAVA] 접근 변경자 ( public, protected, default, private ) (0) | 2014.05.13 |
[Java] 언어별 no-cache 리스트 (0) | 2014.05.07 |
댓글